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