mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
Removed dependecies for gnump3d
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
[ -d /var/mp3 ] || ( mkdir /var/mp3 && chown nobody.nobody /var/mp3 )
|
||||
start_service ${NAME}
|
||||
ln -svf ../init.d/gnump3d /etc/rc.d/rc0.d/K00gnump3d
|
||||
ln -svf ../init.d/gnump3d /etc/rc.d/rc3.d/S99gnump3d
|
||||
|
||||
@@ -22,5 +22,9 @@
|
||||
############################################################################
|
||||
#
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
#Remove userdate from rootfile
|
||||
cat /opt/pakfire/db/rootfiles/gnump3d | \
|
||||
grep -v "var/mp3" > /opt/pakfire/db/rootfiles/gnump3d.tmp
|
||||
mv /opt/pakfire/db/rootfiles/gnump3d.tmp /opt/pakfire/db/rootfiles/gnump3d
|
||||
./uninstall.sh
|
||||
./install.sh
|
||||
|
||||
Reference in New Issue
Block a user