summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
authorpapajoker2018-07-05 18:03:04 +0200
committerpapajoker2018-07-05 18:03:04 +0200
commit4459c825d1a4ce64c90a88b0dff4d05b4c5e02d5 (patch)
treeb86abd761eb0a6b584a146d9b2bd915c6fe2ab0b /.install
parent8b7134e3fcc783c7bbc716d116bb72991c5ea4a8 (diff)
downloadaur-4459c825d1a4ce64c90a88b0dff4d05b4c5e02d5.tar.gz
fix duplicate notifify
Diffstat (limited to '.install')
-rw-r--r--.install7
1 files changed, 3 insertions, 4 deletions
diff --git a/.install b/.install
index 5f439669f5d4..d16d3b00e496 100644
--- a/.install
+++ b/.install
@@ -8,9 +8,8 @@ post_upgrade() {
}
post_remove() {
- [ -f /etc/pacman.d/hooks/pacnew-chaser.hook ] && rm /etc/pacman.d/hooks/pacnew-chaser.hook
- # rm -rf $HOME/.local/share/pacnew-chaser
+ [ -h /etc/pacman.d/hooks/pacnew-chaser.hook ] && unlink /etc/pacman.d/hooks/pacnew-chaser.hook
echo "For a clean home, you can"
- echo "remove $HOME/.local/share/pacnew-chaser/"
- echo "remove $HOME/.config/pacnew-chaser.ini"
+ echo 'remove $HOME/.local/share/pacnew-chaser/'
+ echo 'remove $HOME/.config/pacnew-chaser.ini'
}