aboutsummaryrefslogtreecommitdiffstats
path: root/mpv-nowayland/mpv.install
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-14 15:13:19 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-14 15:13:19 +0100
commitde6a5c512cfc3337b948dd5018f8c2fedbf27873 (patch)
treed5da634ebf08eaec5415279ef44e8b836a7743af /mpv-nowayland/mpv.install
parentadd shadow-libpassphrase (diff)
downloadaur-packages-de6a5c512cfc3337b948dd5018f8c2fedbf27873.tar.gz
aur-packages-de6a5c512cfc3337b948dd5018f8c2fedbf27873.tar.bz2
aur-packages-de6a5c512cfc3337b948dd5018f8c2fedbf27873.tar.xz
-nowayland stuff
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--mpv-nowayland/mpv.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/mpv-nowayland/mpv.install b/mpv-nowayland/mpv.install
new file mode 100644
index 0000000..5c501dc
--- /dev/null
+++ b/mpv-nowayland/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
+}