diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-11 03:08:16 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-11 03:08:16 -0300 |
commit | 273e89fb3bf4b72a79e9ea718db793a237eec962 (patch) | |
tree | a227d4101f557f12a179643578d6994976b5a8d8 /libre/iceape-libre/iceape.install | |
parent | 597d9843a20e95d2ff30c1553b92ea441f90d3de (diff) | |
download | abslibre-273e89fb3bf4b72a79e9ea718db793a237eec962.tar.gz abslibre-273e89fb3bf4b72a79e9ea718db793a237eec962.tar.bz2 abslibre-273e89fb3bf4b72a79e9ea718db793a237eec962.zip |
iceape-libre: A libre version of Debian Iceape, the internet suite based on Mozilla Seamonkey.
Diffstat (limited to 'libre/iceape-libre/iceape.install')
-rw-r--r-- | libre/iceape-libre/iceape.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/iceape-libre/iceape.install b/libre/iceape-libre/iceape.install new file mode 100644 index 000000000..709ad81f2 --- /dev/null +++ b/libre/iceape-libre/iceape.install @@ -0,0 +1,12 @@ +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 +} |