armagetronad: fix removing init.d

This commit is contained in:
Toyam Cox 2016-12-09 15:36:42 -05:00
parent fdbff2b1a7
commit 43b0e838bc

View file

@ -1,7 +1,7 @@
# Template file for 'armagetronad' # Template file for 'armagetronad'
pkgname=armagetronad pkgname=armagetronad
version=0.2.8.3.4 version=0.2.8.3.4
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
conf_files="/etc/games/${pkgname}/*.cfg conf_files="/etc/games/${pkgname}/*.cfg
/etc/games/${pkgname}/*.srv" /etc/games/${pkgname}/*.srv"
@ -45,7 +45,7 @@ do_install() {
post_install() { post_install() {
vsv armagetronad-dedicated vsv armagetronad-dedicated
rm -rf /etc/init.d rm -rf ${DESTDIR}/etc/init.d
} }
armagetronad-dedicated_package() { armagetronad-dedicated_package() {