Skip to content

Commit 782bb4a

Browse files
committed
nextspace_uninstall.sh: remove more files.
1 parent 7225d0a commit 782bb4a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

Packaging/Sources/nextspace_uninstall.sh

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,30 @@ clear
1010
/bin/echo -e -n "\e[0m"
1111
read YN
1212
if [ "$YN" != "y" ]; then
13-
/bin/echo "Great! I hope you enjoy using NextSpace."
13+
/bin/echo "Great! I hope you enjoyed using NextSpace."
1414
exit
1515
fi
1616

1717
sudo systemctl stop loginwindow gpbs gdnc-local gdnc gdomap
1818
sudo systemctl disable loginwindow gdomap gdnc gpbs gdnc-local
1919

20+
sudo rm -rf /etc/X11/Xresources.nextspace
21+
sudo rm -rf /etc/polkit-1/rules.d/10-udisks2.rules
22+
sudo rm -rf /etc/ld.so.conf.d/nextspace.conf
23+
sudo rm -rf /etc/skel/Library/.zsh.nextspace
24+
sudo rm -rf /etc/skel/Library/.gtkrc-2.0
25+
sudo rm -rf /etc/skel/.config/gtk-3.0
26+
sudo rm -rf /etc/skel/.config/pulse
27+
sudo rm -rf /etc/udev/rules.d/99-udisks2.rules
2028
sudo rm -rf /etc/profile.d/nextspace.sh
29+
2130
sudo rm -rf /usr/share/icons/NextSpace
2231
sudo rm -rf /usr/share/plymouth/themes/nextspace
2332
sudo rm -rf /usr/share/plymouth/themes/plymouth-preview
33+
2434
sudo rm -rf /usr/NextSpace
2535
sudo rm -rf /Applications
2636
sudo rm -rf /Developer
2737
sudo rm -rf /Library
38+
sudo rm -rf /.hidden
2839

0 commit comments

Comments
 (0)