- Fixed Uninstaller to better location and improved it. Closes #154

This commit is contained in:
Ben Reaves
2020-05-07 12:56:56 -05:00
parent e1b3911546
commit 099b3cea88
3 changed files with 27 additions and 4 deletions

View File

@@ -14,5 +14,6 @@ rm ~/.config/systemd/user/keyswap.timer
rm -rf ~/.config/autostart/kinto.desktop
rm -rf ~/.config/kinto
rm -rf ~/.xkb
systemctl daemon-reload
sed -i '/xkb/d' ~/.Xsession 2>/dev/null
sudo systemctl daemon-reload
sed -i '/xkb/d' ~/.Xsession 2>/dev/null
exit 0