Date: Friday, May 17, 2013 @ 01:52:19 Author: svenstaro Revision: 90985
Remove initscript Modified: wesnoth/trunk/PKGBUILD ----------+ PKGBUILD | 3 --- 1 file changed, 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-16 23:49:59 UTC (rev 90984) +++ PKGBUILD 2013-05-16 23:52:19 UTC (rev 90985) @@ -18,12 +18,10 @@ options=(!emptydirs) source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 wesnothd.tmpfiles.conf - wesnothd.rc.d wesnothd.service https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch) md5sums=('547e3489bbfa778912b11dbee612c380' '2d2fea6b3d86dfd589f5ad35a3be1f97' - '85659b47d22dfdf4e4d046556973fc3e' 'd1b6bf1d3dc05086ee6a370adff0ae4a' 'edc7c0547e67cba4ca4f813ca261f572') @@ -54,5 +52,4 @@ install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf" install -Dm644 "$srcdir/wesnothd.service" "$pkgdir/usr/lib/systemd/system/wesnothd.service" - install -Dm755 "$srcdir/wesnothd.rc.d" "$pkgdir/etc/rc.d/wesnothd" }