summaryrefslogtreecommitdiff
path: root/community-staging/sigil/sigil.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-03 16:37:12 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-03 16:37:12 -0300
commit0ec0464a32563349252dda85e9176a9475d6fc34 (patch)
tree2a9596ff6111e4edd6c435f639c5f8b9e8e6e95f /community-staging/sigil/sigil.install
parentfd79a8838924a7320059d01dd72558f1cbceca0b (diff)
testing and other testing stuff
Diffstat (limited to 'community-staging/sigil/sigil.install')
-rw-r--r--community-staging/sigil/sigil.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/community-staging/sigil/sigil.install b/community-staging/sigil/sigil.install
deleted file mode 100644
index ec506fa93..000000000
--- a/community-staging/sigil/sigil.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}