summarylogtreecommitdiffstats
path: root/qpdfview.install
diff options
context:
space:
mode:
Diffstat (limited to 'qpdfview.install')
-rw-r--r--qpdfview.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/qpdfview.install b/qpdfview.install
new file mode 100644
index 000000000000..e323b08b1c73
--- /dev/null
+++ b/qpdfview.install
@@ -0,0 +1,13 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &>/dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+