summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2016-04-28 13:08:37 -0400
committerConnor Behan2016-04-28 13:08:37 -0400
commit916894a215005801aca220c4fcf6a5a73090cd45 (patch)
tree98ef3a7e889a41d9493e3c26ab0cd708ea8cea48
parentc29326187aba75a296d164dd1efb423c24ad002d (diff)
downloadaur-916894a215005801aca220c4fcf6a5a73090cd45.tar.gz
Update to 5.1.25-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--grace.install14
3 files changed, 2 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11c3386d3732..a54d4053d374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = grace-openmotif
pkgdesc = 2D plotting tool
pkgver = 5.1.25
- pkgrel = 1
+ pkgrel = 2
url = http://plasma-gate.weizmann.ac.il/Grace/
- install = grace.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 6f6374b1b93c..acf7185e3091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=grace-openmotif
pkgver=5.1.25
-pkgrel=1
+pkgrel=2
pkgdesc="2D plotting tool"
arch=(i686 x86_64)
url="http://plasma-gate.weizmann.ac.il/Grace/"
@@ -17,7 +17,6 @@ replaces=('grace')
conflicts=('grace')
provides=('grace')
license=('GPL')
-install=grace.install
# patches
# mkstemp.patch : move tmpnam to mkstemp (adapted from debian)
# netcdf_fftw2.patch : fix configure instead of aclocal.m4
diff --git a/grace.install b/grace.install
deleted file mode 100644
index 702c510609bb..000000000000
--- a/grace.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- echo "update mime database..."
- update-mime-database usr/share/mime > /dev/null
- echo "update desktop mime database..."
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}