summaryrefslogtreecommitdiff
path: root/libre/iceape/iceape.install
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-04-03 08:58:08 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-04-03 08:58:08 +0200
commita2a3e9288bb95a79d25cb9bb0ce61a24f975219a (patch)
treea7f3d2260bbc045925a3ed5b661745b36f6e4dbe /libre/iceape/iceape.install
parentfee0f496dfad560a55b4613067bf9ef5da0dd0c9 (diff)
downloadabslibre-a2a3e9288bb95a79d25cb9bb0ce61a24f975219a.tar.gz
abslibre-a2a3e9288bb95a79d25cb9bb0ce61a24f975219a.tar.bz2
abslibre-a2a3e9288bb95a79d25cb9bb0ce61a24f975219a.zip
libre/iceape: updated to 2.49.2
Diffstat (limited to 'libre/iceape/iceape.install')
-rw-r--r--libre/iceape/iceape.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/libre/iceape/iceape.install b/libre/iceape/iceape.install
deleted file mode 100644
index 709ad81f2..000000000
--- a/libre/iceape/iceape.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}