summarylogtreecommitdiffstats
path: root/gsettings-desktop-schemas.install
diff options
context:
space:
mode:
Diffstat (limited to 'gsettings-desktop-schemas.install')
-rwxr-xr-xgsettings-desktop-schemas.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/gsettings-desktop-schemas.install b/gsettings-desktop-schemas.install
deleted file mode 100755
index 3830fd4bf483..000000000000
--- a/gsettings-desktop-schemas.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- echo "Recompiling schemas."
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- echo "Recompiling schemas."
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- echo "Recompiling schemas."
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}