summaryrefslogtreecommitdiff
path: root/libre/epdfview/epdfview.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 03:06:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-09-04 03:06:01 -0300
commitae77a34fccb25b2322c7b96f23ade238b4f49b06 (patch)
treee408d398aeca6df8667c0d3c573e1f49f992a8d1 /libre/epdfview/epdfview.install
parent877a21495c7bbd560b59653c352bd4592b41f32e (diff)
parentdcb9f94b1f184a61c9838b20919eef1842a07091 (diff)
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre/epdfview/epdfview.install')
-rw-r--r--libre/epdfview/epdfview.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/epdfview/epdfview.install b/libre/epdfview/epdfview.install
new file mode 100644
index 000000000..c317fbaca
--- /dev/null
+++ b/libre/epdfview/epdfview.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}