]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
mpfire: fix initskript uninstall
authorArne Fitzenreiter <arne_f@ipfire.org>
Sun, 28 Jan 2024 14:42:53 +0000 (15:42 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 2 Feb 2024 07:50:34 +0000 (07:50 +0000)
the uninstall with rm /etc/rc*.d/*mpd remove not only the mpd initlinks.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/mpfire
src/paks/mpfire/uninstall.sh

index f45b02902e0fb2fd565bccd6cc4b7e67ad8da7bc..590cf31ef315178f2f591227c987e12b991a3f3e 100644 (file)
@@ -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
 
index e729cb1ff24a0a7891c9f7d8fd02278f6e035ee8..7dec707ee22c69c4c39eb91fe44b38cb122e6fc0 100644 (file)
@@ -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