summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-08 20:14:14 +0200
committerStefan Husmann2016-06-08 20:14:14 +0200
commitd01ba3e81365f82d7c345c1f24b16acc736dad81 (patch)
tree8160e55d671a67c29e2280ae68aa2848eb6c277d
parentdaac852f05f5c03a516a47568fc3e13c6e5e5aff (diff)
downloadaur-d01ba3e81365f82d7c345c1f24b16acc736dad81.tar.gz
remove install file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--tikzit.install13
3 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f1ad6d59c9b..e467ef3c7ec9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed Jun 8 18:13:41 UTC 2016
pkgbase = tikzit-git
pkgdesc = Creation and modification of TeX diagrams written using the pgf/TikZ macro library
pkgver = 1.1.280
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/tikzit/
- install = tikzit.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 6cfde8ba02d8..44ea177b46e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tikzit-git
pkgver=1.1.280
-pkgrel=1
+pkgrel=2
pkgdesc="Creation and modification of TeX diagrams written using the pgf/TikZ macro library"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/tikzit/"
@@ -14,7 +14,6 @@ depends=('gtk2>=2.18.0' 'poppler-glib' 'hicolor-icon-theme' 'gnustep-base' 'desk
makedepends=('git' 'gcc-objc')
provides=('tikzit')
conflicts=('tikzit')
-install=tikzit.install
source=('git+https://github.com/tikzit/tikzit.git')
md5sums=('SKIP')
_gitname="tikzit"
diff --git a/tikzit.install b/tikzit.install
deleted file mode 100644
index 2393d439188a..000000000000
--- a/tikzit.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database usr/share/mime
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}