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, 0 insertions, 11 deletions
diff --git a/unity-greeter.install b/unity-greeter.install
deleted file mode 100644
index 53857248038a..000000000000
--- a/unity-greeter.install
+++ /dev/null
@@ -1,11 +0,0 @@
-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/
-}