armagetronad: fix removing init.d
This commit is contained in:
parent
fdbff2b1a7
commit
43b0e838bc
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue