summarylogtreecommitdiffstats
path: root/pamac.install
diff options
context:
space:
mode:
Diffstat (limited to 'pamac.install')
-rw-r--r--pamac.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/pamac.install b/pamac.install
index 66700a202e16..8494cb150fd7 100644
--- a/pamac.install
+++ b/pamac.install
@@ -17,6 +17,6 @@ post_install() {
post_remove() {
# disable systemd timers
- rm -f /etc/systemd/system/multi-user.target.wants/pamac-cleancache.timer
- #rm -f /etc/systemd/system/multi-user.target.wants/pamac-mirrorlist.timer
+ systemctl disable --now pamac-cleancache.timer
+ #systemctl disable --now pamac-mirrorlist.timer
}