diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-17 18:41:43 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-01-17 18:41:43 -0200 |
commit | aeb81933f22181e922a0fa91feb27da923d703bc (patch) | |
tree | d369c7c92cc981aa47070d52dca712923f3356bc /~emulatorman/icecat/icecat.install | |
parent | d2c8976a6f2f4da940e0fd4cee7d6ca403221661 (diff) | |
download | abslibre-aeb81933f22181e922a0fa91feb27da923d703bc.tar.gz abslibre-aeb81933f22181e922a0fa91feb27da923d703bc.tar.bz2 abslibre-aeb81933f22181e922a0fa91feb27da923d703bc.zip |
backing mozilla and ice packs files
Diffstat (limited to '~emulatorman/icecat/icecat.install')
-rw-r--r-- | ~emulatorman/icecat/icecat.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/~emulatorman/icecat/icecat.install b/~emulatorman/icecat/icecat.install new file mode 100644 index 000000000..c1fe8284a --- /dev/null +++ b/~emulatorman/icecat/icecat.install @@ -0,0 +1,13 @@ +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 +} + |