summarylogtreecommitdiffstats
path: root/screencloud.install
diff options
context:
space:
mode:
authorLev Lybin2015-06-11 22:47:25 +0700
committerLev Lybin2015-06-11 22:47:25 +0700
commit499cdd38520833dd2db1d8dd9baeffbd08d1cde0 (patch)
tree9977ad382f40f24b203f4ec35b4f085c640be502 /screencloud.install
downloadaur-499cdd38520833dd2db1d8dd9baeffbd08d1cde0.tar.gz
Initial import
Diffstat (limited to 'screencloud.install')
-rw-r--r--screencloud.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/screencloud.install b/screencloud.install
new file mode 100644
index 000000000000..1d15e5ac1539
--- /dev/null
+++ b/screencloud.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ xdg-icon-resource forceupdate
+}