summarylogtreecommitdiffstats
path: root/pacman-auto-update.install
diff options
context:
space:
mode:
authorChristian Münch2020-10-12 20:46:00 +0200
committerChristian Münch2020-10-12 20:46:00 +0200
commit39a65b37c60ade19403c088d06feb927eb7c8446 (patch)
tree3cb20f5a05067bf0d3af991b6fda474ae61e3665 /pacman-auto-update.install
parent723d6c55895602cdbb276ace41818893625ac5c4 (diff)
downloadaur-39a65b37c60ade19403c088d06feb927eb7c8446.tar.gz
Remove duplicate systemd daemon-reload
Diffstat (limited to 'pacman-auto-update.install')
-rw-r--r--pacman-auto-update.install4
1 files changed, 0 insertions, 4 deletions
diff --git a/pacman-auto-update.install b/pacman-auto-update.install
index 47af5ce81f11..117e802f37f9 100644
--- a/pacman-auto-update.install
+++ b/pacman-auto-update.install
@@ -14,10 +14,6 @@ pre_remove() {
}
post_remove() {
- if [ -d /run/systemd/system ]; then
- systemctl --system daemon-reload >/dev/null || true
- fi
-
# In case this system is running systemd, we make systemd reload the unit files
# to pick up changes.
if [ -d /run/systemd/system ] ; then