summarylogtreecommitdiffstats
path: root/mpv.install
diff options
context:
space:
mode:
authorPatrick Bartels2016-08-11 14:13:07 +0200
committerPatrick Bartels2016-08-11 14:29:28 +0200
commitaed9d3f5a5ee9ececd47c4f7db39bcfa698ef1e2 (patch)
treef1fe3ebfb3dc87aaf37c6979b74919ffde9e5a6a /mpv.install
parent42357d8dbbf53bf9654772d6189388082ceb65e3 (diff)
downloadaur-aed9d3f5a5ee9ececd47c4f7db39bcfa698ef1e2.tar.gz
Updated to most recent mpv version
Diffstat (limited to 'mpv.install')
-rw-r--r--mpv.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/mpv.install b/mpv.install
deleted file mode 100644
index 5c501dc49916..000000000000
--- a/mpv.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}