summarylogtreecommitdiffstats
path: root/mpv.install
diff options
context:
space:
mode:
authorPatrick Bartels2015-08-29 17:10:58 +0200
committerPatrick Bartels2015-08-29 17:10:58 +0200
commit42357d8dbbf53bf9654772d6189388082ceb65e3 (patch)
tree9a6421452c158a6fc1d42cbbcba54a852a764527 /mpv.install
downloadaur-42357d8dbbf53bf9654772d6189388082ceb65e3.tar.gz
Initial commit
Diffstat (limited to 'mpv.install')
-rw-r--r--mpv.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mpv.install b/mpv.install
new file mode 100644
index 000000000000..5c501dc49916
--- /dev/null
+++ b/mpv.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
+}