summaryrefslogtreecommitdiff
path: root/community-staging/glom/glom.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-17 16:02:46 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-07-17 16:02:46 -0300
commit4c16587eb7c30d3711461153659677c2c3facc26 (patch)
treeda7c2d1e34072a83456c3a1a526d3f48dc439d68 /community-staging/glom/glom.install
parent89c6ae2d17f97e67150b36167fdba856dea8111a (diff)
removing crap and some updates
Diffstat (limited to 'community-staging/glom/glom.install')
-rw-r--r--community-staging/glom/glom.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/community-staging/glom/glom.install b/community-staging/glom/glom.install
deleted file mode 100644
index 2b88145e3..000000000
--- a/community-staging/glom/glom.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}