summaryrefslogtreecommitdiff
path: root/testing/midori/midori.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/midori/midori.install')
-rw-r--r--testing/midori/midori.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/midori/midori.install b/testing/midori/midori.install
deleted file mode 100644
index 8cee6c198..000000000
--- a/testing/midori/midori.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
-
-gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
-update-desktop-database -q
-gtk-update-icon-cache -f -q -t /usr/share/icons/hicolor
-}