mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
|
|
NAME=freon@UshakovVasilii_Github.yahoo.com
|
|
glib-compile-schemas $NAME/schemas
|
|
rm -rf ~/.local/share/gnome-shell/extensions/$NAME
|
|
cp -r $NAME ~/.local/share/gnome-shell/extensions/.
|