summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVianney Bouchaud2022-03-29 16:00:47 +0200
committerVianney Bouchaud2022-03-29 16:00:47 +0200
commitbf3f08d289aa3c5756c0239e5a3f0c9680bbd76a (patch)
tree8ced52ef31283f8f7934e003b9b0262559c67631
parent6e15fafb7b07b3cac6f3fe1e5ad602d3a8dd4500 (diff)
downloadaur-bf3f08d289aa3c5756c0239e5a3f0c9680bbd76a.tar.gz
pre_install function is called after sources are downloaded, right before install
-rw-r--r--snx.install9
1 files changed, 3 insertions, 6 deletions
diff --git a/snx.install b/snx.install
index e99a0ffa5ecf..d11beba7fd7d 100644
--- a/snx.install
+++ b/snx.install
@@ -1,9 +1,6 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
-
-pre_install() {
- echo -e "You need to download '\e[32msnx_install.sh\e[37m' from \e[32mhttps://supportcenter.checkpoint.com/supportcenter/portal/user/anon/page/default.psml/media-type/html?action=portlets.DCFileAction&eventSubmit_doGetdcdetails=&fileid=22824\e[37m and place it where PKGBUILD is located."
-}
+# Maintainer: Vianney Bouchaud <aur dot vianney at bouchaud dot org>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pre_remove() {
rm -rf /etc/snx
-} \ No newline at end of file
+}