RandomWallpaperGnome3/build.sh
2017-07-26 03:59:26 +02:00

13 lines
No EOL
234 B
Bash
Executable file

#!/bin/bash
BASEDIR="randomwallpaper@iflow.space"
ZIPNAME="$BASEDIR.zip"
rm $ZIPNAME
rm $BASEDIR/schemas/gschemas.compiled
rm $BASEDIR/wallpapers/*
glib-compile-schemas $BASEDIR/schemas/
cd $BASEDIR
zip -r $ZIPNAME .
mv $ZIPNAME ..