summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--bomi.install12
3 files changed, 1 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b466afcd298d..2c0d5251799e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = bomi-git
pkgver = 0.9.11.r25.g90f18ff
pkgrel = 1
url = http://bomi-player.github.io
- install = bomi.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e1edc9f68a15..033fac9bc089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgdesc="Powerful and easy-to-use GUI multimedia player based on mpv (git versio
arch=('i686' 'x86_64')
url="http://bomi-player.github.io"
license=('GPL')
-install=$_pkgbase.install
+#install=$_pkgbase.install
depends=('qt5-base' 'qt5-declarative' 'qt5-x11extras' 'qt5-quickcontrols' 'qt5-svg'
'libdvdread' 'libdvdnav' 'libcdio-paranoia' 'libcdio' 'smbclient'
'alsa-lib' 'libpulse' 'jack' 'libchardet' 'libbluray'
diff --git a/bomi.install b/bomi.install
deleted file mode 100644
index 6481cee07145..000000000000
--- a/bomi.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
-}