summaryrefslogtreecommitdiff
path: root/testing/inkscape/install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-28 17:11:34 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-05-28 17:11:34 -0300
commit15715eb69d409c77752f91aa6d8080ecc0262af6 (patch)
treef42b2c8578ff374221f7997920c4b3f5ae1f8202 /testing/inkscape/install
parent9869139d358088255d11213f0eb3bd91c5ac25a3 (diff)
parent669fbc2a8d1763b4919c25957dd0184a195b7826 (diff)
Merge branch 'master' of ssh://gparabola/srv/git/abslibre-mips64el
Diffstat (limited to 'testing/inkscape/install')
-rw-r--r--testing/inkscape/install13
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/inkscape/install b/testing/inkscape/install
deleted file mode 100644
index 6e803bf1d..000000000
--- a/testing/inkscape/install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-
-post_remove() {
- post_install
-}