summaryrefslogtreecommitdiff
path: root/core/cronie/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/cronie/PKGBUILD')
-rw-r--r--core/cronie/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/core/cronie/PKGBUILD b/core/cronie/PKGBUILD
index 6990571a3..eb0250f18 100644
--- a/core/cronie/PKGBUILD
+++ b/core/cronie/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='cronie'
pkgver=1.4.8
-pkgrel=3
+pkgrel=4
pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
url='https://fedorahosted.org/cronie/'
license=('custom:BSD')
@@ -66,7 +66,4 @@ package() {
install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron
install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING
-
- # Provide native service for arch-daemons generator
- ln -s cronie.service "$pkgdir/usr/lib/systemd/system/crond.service"
}