summaryrefslogtreecommitdiffstats
path: root/development/postman/doinst.sh
diff options
context:
space:
mode:
author Ebben Aries2019-01-14 02:50:02 +0100
committer Willy Sudiarto Raharjo2019-01-14 02:50:02 +0100
commit289f5120c531977e6fed6a51c8081bcd71a31c8d (patch)
tree7d8aa95e25d960ab1e72d9801b606bc89679742a /development/postman/doinst.sh
parent3cd5704f70d12de846e1fedc6d2ed74bc6c3a961 (diff)
downloadslackbuilds-289f5120c531977e6fed6a51c8081bcd71a31c8d.tar.gz
development/postman: Added (Test Tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/postman/doinst.sh')
-rw-r--r--development/postman/doinst.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/development/postman/doinst.sh b/development/postman/doinst.sh
new file mode 100644
index 0000000000..39f9be1ff4
--- /dev/null
+++ b/development/postman/doinst.sh
@@ -0,0 +1,2 @@
+( cd usr/bin ; rm -rf postman )
+( cd usr/bin ; ln -sf /opt/postman/app/Postman postman )