summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-10-12 09:47:21 +0200
committerbartus2020-10-12 09:47:21 +0200
commit62814cbbeadc2bc2b0ea6e7832b6a65f3791301d (patch)
treedac8db5a0800f4ee44ccc123d18df9d9135c1500
parent64beab973fafd49b157f21f0796bd5385470b760 (diff)
downloadaur-62814cbbeadc2bc2b0ea6e7832b6a65f3791301d.tar.gz
Drop obsolete install script.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
-rw-r--r--openboard.install14
3 files changed, 0 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04c0f9ceb900..827601077813 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = openboard-develop
pkgver = 1.6.0
pkgrel = 4
url = http://openboard.ch/index.en.html
- install = openboard.install
arch = x86_64
arch = i686
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index eedb03059c94..76fedb3181ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,6 @@ pkgrel=1
pkgdesc="Interactive whiteboard software for schools and universities"
arch=('x86_64' 'i686')
url="http://openboard.ch/index.en.html"
-install=openboard.install
license=('GPL3')
depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'qt5-script' 'qt5-webkit' 'qt5-tools' 'qt5-xmlpatterns' 'libpaper' 'bzip2' 'openssl' 'libfdk-aac' 'sdl' 'ffmpeg')
depends+=(quazip) #drop internal quazip and use system one.
diff --git a/openboard.install b/openboard.install
deleted file mode 100644
index d061748130f3..000000000000
--- a/openboard.install
+++ /dev/null
@@ -1,14 +0,0 @@
-
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -qf /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-