Skip to content

Commit

Permalink
Merge pull request #373 from mylinuxforwork/dev
Browse files Browse the repository at this point in the history
Update uninstaller
  • Loading branch information
mylinuxforwork authored Oct 27, 2024
2 parents bdceda0 + 631e534 commit 2608b42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/install/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ fi
if test -L ~/.config/waypaper ;then
rm $HOME/.config/waypaper
fi
if test -L ~/.config/nwg-dock-hyprland ;then
rm $HOME/.config/nwg-dock-hyprland
fi
if test -L ~/.config/ags ;then
rm $HOME/.config/ags
fi
Expand Down

0 comments on commit 2608b42

Please sign in to comment.