diff options
author | Ebben Aries <e@dscp.org> | 2019-01-14 08:50:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-14 08:50:02 +0700 |
commit | 289f5120c531977e6fed6a51c8081bcd71a31c8d (patch) | |
tree | 7d8aa95e25d960ab1e72d9801b606bc89679742a /development/postman/doinst.sh | |
parent | 3cd5704f70d12de846e1fedc6d2ed74bc6c3a961 (diff) |
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.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/development/postman/doinst.sh b/development/postman/doinst.sh new file mode 100644 index 0000000000000..39f9be1ff4b9d --- /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 ) |