aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/macosx/Scripts/cli-postinstall.sh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-05-13 18:23:27 +0000
committerGerald Combs <gerald@wireshark.org>2011-05-13 18:23:27 +0000
commit67a005df110876e695bc05949e1402c6a45e7086 (patch)
treea1954f2dbcf3c728f35892fb39818c613cec2b91 /packaging/macosx/Scripts/cli-postinstall.sh
parent14a9ef9cb2a627e488821b43678e1a67b12fa5d7 (diff)
Fix items pointed out by Guy in bug 5756.
svn path=/trunk/; revision=37129
Diffstat (limited to 'packaging/macosx/Scripts/cli-postinstall.sh')
-rw-r--r--packaging/macosx/Scripts/cli-postinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/macosx/Scripts/cli-postinstall.sh b/packaging/macosx/Scripts/cli-postinstall.sh
index 96c9693449..d145532c93 100644
--- a/packaging/macosx/Scripts/cli-postinstall.sh
+++ b/packaging/macosx/Scripts/cli-postinstall.sh
@@ -21,6 +21,6 @@ mv utility-launcher wireshark
chmod 755 wireshark
for BIN in $BINARIES ; do
- rm -rf ./"$BIN"
+ rm -f ./"$BIN"
ln -sn ./wireshark "$BIN"
done