summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2016-05-08 06:11:26 -0300
committerRafael Fontenelle2016-05-08 06:11:26 -0300
commit1f4d70f6db97d614a1a1611830a7e1033d1e0fec (patch)
treea6df9f1d066de4b12cc36fe35ff99d93ad34d817
parent31f66b93b38394b2f1f1dbef60918a0b24b7390d (diff)
downloadaur-1f4d70f6db97d614a1a1611830a7e1033d1e0fec.tar.gz
Remove instructions in favor of pacman's hooks
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD1
-rwxr-xr-xteighaviewer-qt5.install16
3 files changed, 1 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59aa43ca3c17..af7467efd325 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 19:40:54 UTC 2016
+# Sun May 8 09:11:18 UTC 2016
pkgbase = teighaviewer-qt5
pkgdesc = Application for the visualization of CAD drawing files, QT5 version
pkgver = 4.01.1.0
pkgrel = 1
url = http://www.opendesign.com/guestfiles
- install = teighaviewer-qt5.install
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index ec31fa1ed673..31b40f9aca36 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,6 @@ url="http://www.opendesign.com/guestfiles"
license=('custom')
conflicts=('teighaviewer-qt4')
depends=('qt5-base' 'libxfixes' 'libgl' 'libxkbcommon-x11' 'bash' 'hicolor-icon-theme')
-install=${pkgname}.install
source=('license')
DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
source_i686=(https://www.opendesign.com/files/guestdownloads/TeighaViewer/TeighaViewer_QT5_lnxX86_4.7dll.deb)
diff --git a/teighaviewer-qt5.install b/teighaviewer-qt5.install
deleted file mode 100755
index 1c505c876837..000000000000
--- a/teighaviewer-qt5.install
+++ /dev/null
@@ -1,16 +0,0 @@
-## arg 1: the new package version
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- post_install
-}
-
-## arg 1: the old package version
-post_remove() {
- post_install
-}
-