summarylogtreecommitdiffstats
path: root/kplayer.install
diff options
context:
space:
mode:
authorAntonio Rojas2016-05-15 22:28:31 +0200
committerAntonio Rojas2016-05-15 22:28:31 +0200
commit579e474396d1a2280d678985a981e0f8dac24e37 (patch)
tree207bf53ce51673869510809a1cbb483b14a7742e /kplayer.install
parent6cd393ba592df9a07e90c812a43d5379ede04608 (diff)
downloadaur-579e474396d1a2280d678985a981e0f8dac24e37.tar.gz
Remove .install
Diffstat (limited to 'kplayer.install')
-rw-r--r--kplayer.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/kplayer.install b/kplayer.install
deleted file mode 100644
index 6c87527e21eb..000000000000
--- a/kplayer.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
-}