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