summarylogtreecommitdiffstats
path: root/screencloud.install
diff options
context:
space:
mode:
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
+}