summarylogtreecommitdiffstats
path: root/restclient.install
diff options
context:
space:
mode:
authorEduardo Leggiero2015-10-28 22:37:44 +0000
committerEduardo Leggiero2015-10-28 22:37:44 +0000
commit1e38d6d6540d1a99ede5df9df99cea3865f81076 (patch)
tree4a1e0686189cda9b368bdb79b0b24e2bc3d71936 /restclient.install
downloadaur-1e38d6d6540d1a99ede5df9df99cea3865f81076.tar.gz
Initial commit
Diffstat (limited to 'restclient.install')
-rw-r--r--restclient.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/restclient.install b/restclient.install
new file mode 100644
index 000000000000..ae44a01e7519
--- /dev/null
+++ b/restclient.install
@@ -0,0 +1,3 @@
+post_install() {
+ which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
+}