From 89c3e689a0a3348b23eeef904ba5fc936a92382c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 4 Sep 2014 22:12:38 -0300 Subject: p7zip: remove libre suffix and add complex pkgrel --- libre/p7zip/install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/p7zip/install (limited to 'libre/p7zip/install') diff --git a/libre/p7zip/install b/libre/p7zip/install new file mode 100644 index 000000000..7f3cc4358 --- /dev/null +++ b/libre/p7zip/install @@ -0,0 +1,13 @@ +post_install() { + [[ -x usr/bin/update-desktop-database ]] && update-desktop-database -q || true + [[ -x usr/bin/gtk-update-icon-cache ]] && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor || true +} + +post_upgrade() { + post_install +} + + +post_remove() { + post_install +} -- cgit v1.2.3-2-g168b