diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-14 15:13:19 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-14 15:13:19 +0100 |
commit | de6a5c512cfc3337b948dd5018f8c2fedbf27873 (patch) | |
tree | d5da634ebf08eaec5415279ef44e8b836a7743af /mpv-nowayland/mpv.install | |
parent | add shadow-libpassphrase (diff) | |
download | aur-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 'mpv-nowayland/mpv.install')
-rw-r--r-- | mpv-nowayland/mpv.install | 12 |
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 +} |