Korrekturen damit der Build wieder laeuft

MPFire fix damit der shuffle funktioniert
Backup der Addons weiter gebaut


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@975 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-10-16 18:35:15 +00:00
parent 901a50cfed
commit 5ad5a6bcd6
20 changed files with 89 additions and 25 deletions

View File

@@ -2,5 +2,6 @@
. /opt/pakfire/lib/functions.sh
extract_files
restore_backup ${NAME}
start_service --delay 60 --background ${NAME}

View File

@@ -2,3 +2,4 @@
. /opt/pakfire/lib/functions.sh
stop_service ${NAME}
make_backup ${NAME}

View File

@@ -1,4 +1,6 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
make_backup ${NAME}
extract_files
restore_backup ${NAME}