repo.or.cz
/
wireshark-wip.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HACK: pinfo->private_data points to smb_info again
[wireshark-wip.git]
/
packaging
/
macosx
/
Scripts
/
cli-postinstall.sh
blob
f83cf4faac8f0de7f28d72acf04b5ca974e87d4c
1
#!/bin/sh
2
3
CLI_PATH
=
"
$2
"
4
BINARIES
=
"
5
capinfos
6
dftest
7
dumpcap
8
editcap
9
mergecap
10
randpkt
11
rawshark
12
text2pcap
13
tshark
14
"
15
16
cd
"
$CLI_PATH
"
17
18
chmod
755
wireshark
19
chown root
:
wheel wireshark
20
21
for
BIN
in
$BINARIES
;
do
22
rm
-f
.
/
"
$BIN
"
23
ln
-sn
.
/
wireshark
"
$BIN
"
24
done