2014-06-12 03:02:57 +04:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
|
|
NAME=freon@UshakovVasilii_Github.yahoo.com
|
2019-09-23 12:42:24 +02:00
|
|
|
glib-compile-schemas $NAME/schemas
|
2014-06-12 03:02:57 +04:00
|
|
|
rm -rf ~/.local/share/gnome-shell/extensions/$NAME
|
|
|
|
|
cp -r $NAME ~/.local/share/gnome-shell/extensions/.
|