summarylogtreecommitdiffstats
path: root/libunity.install
diff options
context:
space:
mode:
Diffstat (limited to 'libunity.install')
-rw-r--r--libunity.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/libunity.install b/libunity.install
deleted file mode 100644
index 43fe00f8d2e2..000000000000
--- a/libunity.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: