From c4b233ddf7fb3b48e1f8593d23d740668ab89328 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Sun, 28 Jan 2024 15:42:53 +0100 Subject: [PATCH] mpfire: fix initskript uninstall the uninstall with rm /etc/rc*.d/*mpd remove not only the mpd initlinks. Signed-off-by: Michael Tremer --- lfs/mpfire | 2 +- src/paks/mpfire/uninstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mpfire b/lfs/mpfire index f45b02902e..590cf31ef3 100644 --- a/lfs/mpfire +++ b/lfs/mpfire @@ -32,7 +32,7 @@ THISAPP = mpfire-$(VER) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = mpfire -PAK_VER = 15 +PAK_VER = 16 DEPS = mpd mpc diff --git a/src/paks/mpfire/uninstall.sh b/src/paks/mpfire/uninstall.sh index e729cb1ff2..7dec707ee2 100644 --- a/src/paks/mpfire/uninstall.sh +++ b/src/paks/mpfire/uninstall.sh @@ -25,4 +25,4 @@ /etc/init.d/mpd stop make_backup ${NAME} remove_files -rm -f /etc/rc.d/rc*.d/*mpd /var/log/mpd.error.log /var/log/mpd.log /etc/mpd.conf +rm -f /etc/rc.d/rc*.d/???mpd /var/log/mpd.error.log /var/log/mpd.log /etc/mpd.conf -- 2.39.5