mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Begin reimplement gex to use generated bindings and dbus xml
This commit is contained in:
8
desktop-extensions/gnome/scripts/uninstall
Executable file
8
desktop-extensions/gnome/scripts/uninstall
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
UUID=`grep -E '^[ ]*"uuid":' metadata.json | sed 's@^[ ]*"uuid":[ ]*"\(.\+\)",[ ]*@\1@'`
|
||||
INSTALLBASE=~/.local/share/gnome-shell/extensions
|
||||
|
||||
gnome-extensions disable "$UUID"
|
||||
rm -rf "$INSTALLBASE/$UUID"
|
||||
|
||||
exit 0;
|
||||
Reference in New Issue
Block a user