summaryrefslogtreecommitdiffstats
path: root/desktop/gnome-shell/douninst.sh
blob: ee92d4eb3c99593dc0d88988594bb92e44418de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# The gnome-shell doinst.sh script compiles custom gsettings-schemas
# in the location /usr/share/gnome-shell/gsettings-desktop-schemas
#
# The compiled schemas will remain after package removal, so clean
# them up:

GSCHEMA_DIR="/usr/share/gnome-shell/gsettings-desktop-schemas"
if [ -e "$GSCHEMA_DIR" ]; then
  rm -rf "$GSCHEMA_DIR"
fi