From 9ec0f2c42b809b4175bac0d1ccf57a0ff2d43e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 5 Sep 2014 06:47:12 -0300 Subject: evince: remove libre suffix and add complex pkgrel --- libre/evince/evince.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/evince/evince.install (limited to 'libre/evince/evince.install') diff --git a/libre/evince/evince.install b/libre/evince/evince.install new file mode 100644 index 000000000..1571179ca --- /dev/null +++ b/libre/evince/evince.install @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + 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-2-g168b