diff options
Diffstat (limited to 'development/postman/doinst.sh')
-rw-r--r-- | development/postman/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/postman/doinst.sh b/development/postman/doinst.sh index e69b296100..98e7127d74 100644 --- a/development/postman/doinst.sh +++ b/development/postman/doinst.sh @@ -1,5 +1,5 @@ ( cd usr/bin ; rm -rf postman ) -( cd usr/bin ; ln -sf /opt/postman/app/Postman postman ) +( cd usr/bin ; ln -sf /opt/postman/app/postman postman ) if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 |