summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattéo Rossillol2017-08-28 11:40:17 +0200
committerMattéo Rossillol2017-08-28 11:40:17 +0200
commit12e3e766b50f502927b34084219473c44dc6eee2 (patch)
treec3d1d28619fb97305e29857640183de674ddd9a1
parentb3314fae923ca0c19d9f90153767675c53c7568d (diff)
downloadaur-12e3e766b50f502927b34084219473c44dc6eee2.tar.gz
Add .install script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
-rw-r--r--Script.install4
3 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02555ceaa570..fe3db453e555 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
# Generated by makepkg 5.0.2
-# Mon Aug 21 09:13:13 UTC 2017
+# Mon Aug 28 09:38:59 UTC 2017
pkgbase = zfw-module
pkgdesc = It's a module for calculate a aircraft's Z.F.W.
pkgver = 3.3.0
pkgrel = 3
url = https://github.com/CompFile/My_AUR_PKG/
+ install = Script.install
arch = i686
arch = x86_64
groups = MBC
diff --git a/PKGBUILD b/PKGBUILD
index 2119f3af8f82..a16e18049a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,7 @@ license=('GPL3')
groups=('MBC')
depends=('qt5-base')
makedepends=('gcc' 'qt5-base')
+install=Script.install
validpgpkeys=('94832C0DBAC3B295A91C5F4081D2921276951309') # Mattéo Rossillol
source=("https://github.com/CompFile/My_AUR_PKG/raw/master/$pkgname/$pkgname-$pkgver.r$pkgrel.tar.gz"{,.sig})
md5sums=('8821e0f5f7ae086238760b2eb90c10bf'
diff --git a/Script.install b/Script.install
new file mode 100644
index 000000000000..7a67c8bfb5f7
--- /dev/null
+++ b/Script.install
@@ -0,0 +1,4 @@
+post_remove()
+{
+ rm -v $HOME/.config/zfw-config.conf
+}