summaryrefslogtreecommitdiff
path: root/libre/evince/evince.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 06:47:12 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-05 06:47:12 -0300
commit9ec0f2c42b809b4175bac0d1ccf57a0ff2d43e14 (patch)
treecc3eb026d53bced062c19b9d0144c29ddaa3c7fc /libre/evince/evince.install
parent4719a6a01138563c83081cb2f8d21a9d239b06a0 (diff)
evince: remove libre suffix and add complex pkgrel
Diffstat (limited to 'libre/evince/evince.install')
-rw-r--r--libre/evince/evince.install13
1 files changed, 13 insertions, 0 deletions
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
+}