summarylogtreecommitdiffstats
path: root/pamac.install
diff options
context:
space:
mode:
authorTommy2022-09-02 22:26:26 -0400
committerTommy2022-09-02 22:26:26 -0400
commitc096da6c411c91ee32be0e5703c517676b65b44a (patch)
tree3f7b4c73f107e4284d681fd1b5fa45640c7f4077 /pamac.install
parent0bfd4408cc6fdcb82c93a885d9930019d5cafdbf (diff)
downloadaur-c096da6c411c91ee32be0e5703c517676b65b44a.tar.gz
Update to 10.4.2
Signed-off-by: Tommy <contact@tommytran.io>
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
}