summaryrefslogtreecommitdiff
path: root/testing/djvulibre/djvulibre.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/djvulibre/djvulibre.install')
-rw-r--r--testing/djvulibre/djvulibre.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/djvulibre/djvulibre.install b/testing/djvulibre/djvulibre.install
deleted file mode 100644
index 3e9bb5c49..000000000
--- a/testing/djvulibre/djvulibre.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- if [ -x usr/bin/gtk-update-icon-cache ]; then
- gtk-update-icon-cache -q -f usr/share/icons/hicolor
- fi
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}