diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-03 16:27:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-03 16:27:22 -0300 |
commit | 1c222df4c718aa049f55cc10a6bdf3357ac3a919 (patch) | |
tree | d063480e99f467937ae3fa1f82839c1d235b8084 /libre/iceweasel/iceweasel.install | |
parent | 2945507149df876505c048936cc487d76b1cfcdd (diff) | |
download | abslibre-1c222df4c718aa049f55cc10a6bdf3357ac3a919.tar.gz abslibre-1c222df4c718aa049f55cc10a6bdf3357ac3a919.tar.bz2 abslibre-1c222df4c718aa049f55cc10a6bdf3357ac3a919.zip |
iceweasel: remove libre suffix and Social API support -> https://lists.parabolagnulinux.org/pipermail/dev/2014-August/002291.html
Diffstat (limited to 'libre/iceweasel/iceweasel.install')
-rw-r--r-- | libre/iceweasel/iceweasel.install | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/iceweasel/iceweasel.install b/libre/iceweasel/iceweasel.install new file mode 100644 index 000000000..1a1f4b16b --- /dev/null +++ b/libre/iceweasel/iceweasel.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 +} + +post_remove() { + post_install +} + |