Date: Saturday, May 14, 2016 @ 22:58:01
  Author: arojas
Revision: 268031

Hooks

Modified:
  chemtool/trunk/PKGBUILD
Deleted:
  chemtool/trunk/chemtool.install

------------------+
 PKGBUILD         |    3 +--
 chemtool.install |   11 -----------
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-05-14 20:37:22 UTC (rev 268030)
+++ PKGBUILD    2016-05-14 20:58:01 UTC (rev 268031)
@@ -3,7 +3,7 @@
 
 pkgname=chemtool
 pkgver=1.6.14
-pkgrel=1
+pkgrel=2
 pkgdesc="A small program for drawing chemical structures"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -10,7 +10,6 @@
 url="http://ruby.chemie.uni-freiburg.de/~martin/chemtool/chemtool.html";
 depends=('gtk2' 'desktop-file-utils')
 
source=(http://ruby.chemie.uni-freiburg.de/~martin/${pkgname}/${pkgname}-${pkgver}.tar.gz
 chemtool.desktop)
-install=chemtool.install
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}

Deleted: chemtool.install
===================================================================
--- chemtool.install    2016-05-14 20:37:22 UTC (rev 268030)
+++ chemtool.install    2016-05-14 20:58:01 UTC (rev 268031)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Reply via email to