summarylogtreecommitdiffstats
path: root/unity-greeter.install
diff options
context:
space:
mode:
Diffstat (limited to 'unity-greeter.install')
-rw-r--r--unity-greeter.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/unity-greeter.install b/unity-greeter.install
new file mode 100644
index 000000000000..53857248038a
--- /dev/null
+++ b/unity-greeter.install
@@ -0,0 +1,11 @@
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+ glib-compile-schemas usr/share/glib-2.0/schemas/
+}
+
+post_remove() {
+ glib-compile-schemas usr/share/glib-2.0/schemas/
+}