From e8907fab6658afc6681f1a40e28f058fa87f4575 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 24 Oct 2016 06:31:07 -0300 Subject: icecat: move package and its dependencies to [unmaintained] -> https://lists.parabola.nu/pipermail/dev/2016-October/004529.html --- unmaintained/icecat/icecat.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 unmaintained/icecat/icecat.install (limited to 'unmaintained/icecat/icecat.install') diff --git a/unmaintained/icecat/icecat.install b/unmaintained/icecat/icecat.install new file mode 100644 index 000000000..1a1f4b16b --- /dev/null +++ b/unmaintained/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 +} + +post_remove() { + post_install +} + -- cgit v1.2.3