void-packages/srcpkgs/guake/REMOVE

7 lines
136 B
Plaintext
Raw Normal View History

case "$ACTION" in
pre)
2018-08-26 20:42:26 +02:00
if [ -f usr/share/guake/data/gschemas.compiled ]; then
rm -rf usr/share/guake/data/gschemas.compiled
fi
esac