summarylogtreecommitdiffstats
path: root/baobab.install
diff options
context:
space:
mode:
Diffstat (limited to 'baobab.install')
-rw-r--r--baobab.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/baobab.install b/baobab.install
deleted file mode 100644
index 7f9d829020d1..000000000000
--- a/baobab.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}