summarylogtreecommitdiffstats
path: root/pacman-auto-update.install
diff options
context:
space:
mode:
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