summaryrefslogtreecommitdiff
path: root/libre/evince-libre/evince.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-06 23:13:23 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-06 23:13:23 -0300
commitb134b68bebeef368b1cd598e4fb5071bb9008df2 (patch)
tree63d37ea68be008882082f3d1c1b5d0015aee2650 /libre/evince-libre/evince.install
parent5ef49748f7ba65d4581cb40cf63c54fa47cae95a (diff)
evince-libre: add new package to [libre]
Diffstat (limited to 'libre/evince-libre/evince.install')
-rw-r--r--libre/evince-libre/evince.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libre/evince-libre/evince.install b/libre/evince-libre/evince.install
new file mode 100644
index 000000000..1571179ca
--- /dev/null
+++ b/libre/evince-libre/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
+}