summarylogtreecommitdiffstats
path: root/mpv-git.install
diff options
context:
space:
mode:
authorsolaraquarion2016-09-30 09:50:59 -0400
committersolaraquarion2016-09-30 09:50:59 -0400
commit2593cb5286917edd9dab534253595735fb87113c (patch)
treed8a93eb455a9d41436c0ba8848531c9dfd898418 /mpv-git.install
downloadaur-2593cb5286917edd9dab534253595735fb87113c.tar.gz
initial commit
Diffstat (limited to 'mpv-git.install')
-rw-r--r--mpv-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mpv-git.install b/mpv-git.install
new file mode 100644
index 000000000000..5c501dc49916
--- /dev/null
+++ b/mpv-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}