]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/paks/gnump3d/update.sh
Made the gnump3d working out of the box...
[people/pmueller/ipfire-2.x.git] / src / paks / gnump3d / update.sh
1 #!/bin/bash
2 . /opt/pakfire/lib/functions.sh
3
4 stop_service ${NAME}
5 make_backup ${NAME}
6 extract_files
7 restore_backup ${NAME}
8 start_service --delay 60 --background ${NAME}