mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-05 18:38:26 +02:00
Merge pull request #89 from rbreaves/hotfix
- Partial update for uninstaller
This commit is contained in:
10
uninstall.sh
10
uninstall.sh
@@ -1,9 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
systemctl --user stop keyswap
|
systemctl --user stop keyswap 2>/dev/null
|
||||||
systemctl --user disable keyswap
|
systemctl --user disable keyswap
|
||||||
|
systemctl --user stop keyswap.timer 2>/dev/null
|
||||||
|
systemctl --user disable keyswap.timer
|
||||||
|
rm ~/.config/systemd/user/keyswap.service
|
||||||
|
rm ~/.config/systemd/user/keyswap.timer
|
||||||
rm -rf ~/.config/autostart/kinto.desktop
|
rm -rf ~/.config/autostart/kinto.desktop
|
||||||
rm -rf ~/.config/kinto
|
rm -rf ~/.config/kinto
|
||||||
rm -rf ~/.xkb
|
rm -rf ~/.xkb
|
||||||
|
systemctl daemon-reload
|
||||||
sed -i '/xkb/d' ~/.Xsession
|
sed -i '/xkb/d' ~/.Xsession 2>/dev/null
|
Reference in New Issue
Block a user