summarylogtreecommitdiffstats
path: root/vidcutter-git.install
diff options
context:
space:
mode:
authorPete Alexandrou2017-01-07 02:44:29 +0800
committerPete Alexandrou2017-01-07 02:44:29 +0800
commit8fa53a925e81048cf07078fc14338313f62b8e59 (patch)
tree19d49a59b9553c3ddf994d7e20b8c86a8463cebf /vidcutter-git.install
parent7d56021609743fb7b881b7046e1d6f8cf8b0ef89 (diff)
downloadaur-8fa53a925e81048cf07078fc14338313f62b8e59.tar.gz
desktop icon engine refresh post install
Diffstat (limited to 'vidcutter-git.install')
-rw-r--r--vidcutter-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/vidcutter-git.install b/vidcutter-git.install
new file mode 100644
index 000000000000..d5e2aee69f1a
--- /dev/null
+++ b/vidcutter-git.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}