summaryrefslogtreecommitdiff
path: root/config-timedate.PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-12 20:47:40 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-12 20:47:40 -0400
commitd9af165a9b327f738decc6755c2732191f3c4658 (patch)
treea88073de6cdc52254e80569c4676516c14beab77 /config-timedate.PKGBUILD
parenta4c65cf09ff95a040aafab8d756e5a11b4caa331 (diff)
tidy
Diffstat (limited to 'config-timedate.PKGBUILD')
-rw-r--r--config-timedate.PKGBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/config-timedate.PKGBUILD b/config-timedate.PKGBUILD
deleted file mode 100644
index 8c8cf19..0000000
--- a/config-timedate.PKGBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-pkgver=1
-pkgrel=1
-arch=(any)
-
-pkgname=config-timedate
-
-package() {
- cd "$pkgdir"
-
- install -dm755 etc/systemd/system/sysinit.target.wants
-
- # Consider UTC to be the timezone, since we have admins all
- # over the place.
- ln -s ../usr/share/zoneinfo/UTC etc/localtime
-
- # Use timesyncd NTP client daemon.
- ln -s /usr/lib/systemd/system/systemd-timesyncd.service etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service
-}