summarylogtreecommitdiffstats
path: root/remmina-plugin-ultravnc.install
diff options
context:
space:
mode:
authorMuflone2015-06-13 17:59:23 +0200
committerMuflone2015-06-13 17:59:23 +0200
commite8e304caaba5bf6b2794313200caa534a813af39 (patch)
tree8602d93255cd0ce7c0a1787b5b7e5c1853cb7b87 /remmina-plugin-ultravnc.install
downloadaur-e8e304caaba5bf6b2794313200caa534a813af39.tar.gz
Initial import
Diffstat (limited to 'remmina-plugin-ultravnc.install')
-rw-r--r--remmina-plugin-ultravnc.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/remmina-plugin-ultravnc.install b/remmina-plugin-ultravnc.install
new file mode 100644
index 000000000000..a84e858d13e1
--- /dev/null
+++ b/remmina-plugin-ultravnc.install
@@ -0,0 +1,11 @@
+post_install() {
+ gtk-update-icon-cache -q /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}