summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElMastro2019-08-04 22:27:50 +0200
committerElMastro2019-08-04 22:27:50 +0200
commit9bfb973c7aa32b7b2bbffe841091232710d8f45d (patch)
tree7ff39b7b09b2c265a0abcc25477339c2bd31c97f /PKGBUILD
parent43d70564237287cc8e886f0004b1c37ec64866e2 (diff)
downloadaur-9bfb973c7aa32b7b2bbffe841091232710d8f45d.tar.gz
added command to remove unnecessary folder
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67fd77b27da3..43da9dcb8fcb 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: M. Mastroeni <the_maxtro@hotmail.it>
pkgname=gimp-gap
pkgver=2.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="Gimp Animation Package, gimp's plugin for animation"
url="https://www.gimp.org/tutorials/Using_GAP/"
arch=('x86_64' 'i686')
@@ -23,4 +23,5 @@ package() {
cmake
make
make DESTDIR="${pkgdir}" install
+ rmdir "${pkgdir}/usr/local/lib/gimp-gap-2.7"
}