removing 4 more .service from systemd-units

This commit is contained in:
abveritas 2012-09-11 00:10:30 +00:00
parent 906c7d2587
commit 78b2d093d8

View File

@ -2,7 +2,7 @@
pkgname=systemd-units
pkgver=20120528
pkgrel=4
pkgrel=6
pkgdesc="Chakra GNU/Linux specific Systemd unit files"
arch=('any')
url="http://github.com/falconindy/systemd-arch-units"
@ -46,4 +46,9 @@ package() {
rm "$pkgdir"/usr/lib/systemd/system/wpa_supplicant.service
rm "$pkgdir"/usr/lib/systemd/system/ufw.service
rm "$pkgdir"/usr/lib/systemd/system/kdm.service
rm "$pkgdir"/usr/lib/systemd/system/clamav-clamd.service
rm "$pkgdir"/usr/lib/systemd/system/clamav-freshclamd.service
rm "$pkgdir"/usr/lib/systemd/system/ddclient.service
rm "$pkgdir"/usr/lib/systemd/system/gdm.service
rm "$pkgdir"/usr/lib/systemd/system/network.service
}