mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
9 lines
165 B
Bash
Executable File
9 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
NAME=freon@UshakovVasilii_Github.yahoo.com
|
|
glib-compile-schemas $NAME/schemas
|
|
cd $NAME
|
|
zip -x "*.pot" -x "*.po" -r $NAME.zip *
|
|
cd ..
|
|
mv $NAME/$NAME.zip .
|
|
|