summarylogtreecommitdiffstats
path: root/mpv-git.install
diff options
context:
space:
mode:
authorsolaraquarion2017-01-14 09:40:12 -0500
committersolaraquarion2017-01-14 09:40:12 -0500
commitffd55173e78009eecba621c37d4ccb1f3145abe2 (patch)
tree587e1fc31cc10e202defc3563b1339daeb027913 /mpv-git.install
parent45e142480131f1272e6bd62372c041789ba57739 (diff)
downloadaur-ffd55173e78009eecba621c37d4ccb1f3145abe2.tar.gz
updating
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
+}