From 9072f82eb6055f81082b784666b66da380480949 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 5 Sep 2014 07:13:12 -0300 Subject: epiphany: remove libre suffix and add complex pkgrel --- libre/epiphany/epiphany.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/epiphany/epiphany.install (limited to 'libre/epiphany/epiphany.install') diff --git a/libre/epiphany/epiphany.install b/libre/epiphany/epiphany.install new file mode 100644 index 000000000..8b17fa3d4 --- /dev/null +++ b/libre/epiphany/epiphany.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-54-g00ecf