summarylogtreecommitdiffstats
path: root/localtime.install
diff options
context:
space:
mode:
authorSteven Allen2017-01-11 11:37:34 -0800
committerSteven Allen2017-01-11 11:38:36 -0800
commitd54d0cf71141d42346a93fc10cab38a4488ff98a (patch)
tree41fbc8c18291268038e43ec37893d48dd688c4bd /localtime.install
parent1f150b13ef6680b8c40c6477dd6b34071aaa0853 (diff)
downloadaur-d54d0cf71141d42346a93fc10cab38a4488ff98a.tar.gz
Remove install file.
Calling systemd-sysusers is now handled by a pacman hook (in the systemd package).
Diffstat (limited to 'localtime.install')
-rw-r--r--localtime.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/localtime.install b/localtime.install
deleted file mode 100644
index d9fe1e89d894..000000000000
--- a/localtime.install
+++ /dev/null
@@ -1,6 +0,0 @@
-post_install() {
- post_upgrade
-}
-post_upgrade() {
- systemd-sysusers /usr/lib/sysusers.d/localtime.conf
-}