diff options
Diffstat (limited to 'mpv.install')
-rw-r--r-- | mpv.install | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mpv.install b/mpv.install new file mode 100644 index 0000000..6c87527 --- /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 +} |