From 1c222df4c718aa049f55cc10a6bdf3357ac3a919 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 3 Sep 2014 16:27:22 -0300 Subject: iceweasel: remove libre suffix and Social API support -> https://lists.parabolagnulinux.org/pipermail/dev/2014-August/002291.html --- libre/iceweasel/iceweasel.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/iceweasel/iceweasel.install (limited to 'libre/iceweasel/iceweasel.install') 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 +} + -- cgit v1.2.3-54-g00ecf