summarylogtreecommitdiffstats
path: root/panoply.install
diff options
context:
space:
mode:
authorJoseph Fox-Rabinovitz2015-07-01 14:14:01 -0400
committerJoseph Fox-Rabinovitz2015-07-01 14:14:01 -0400
commit24eae357589832f804c194ac1cc2d0b80c8f8cec (patch)
treeae982d74a5cc8b8288e663a1cfb19e195c5c9a0a /panoply.install
parentc7ff77f9efe2d931a5ab7a2013518fdef3a79c32 (diff)
downloadaur-24eae357589832f804c194ac1cc2d0b80c8f8cec.tar.gz
Added desktop support
Diffstat (limited to 'panoply.install')
-rw-r--r--panoply.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/panoply.install b/panoply.install
new file mode 100644
index 000000000000..e5514e0003dc
--- /dev/null
+++ b/panoply.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
+}
+