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