summarylogtreecommitdiffstats
path: root/gle-graphics.install
diff options
context:
space:
mode:
Diffstat (limited to 'gle-graphics.install')
-rw-r--r--gle-graphics.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/gle-graphics.install b/gle-graphics.install
deleted file mode 100644
index 62b7f879db86..000000000000
--- a/gle-graphics.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- [ -x /usr/bin/update-desktop-database ] && /usr/bin/update-desktop-database -q
- [ -x /usr/bin/gtk-update-icon-cache ] && gtk-update-icon-cache -q -f -t usr/share/icons/hicolor
- [ -x /usr/bin/update-mime-database ] && update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}