repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
nessus-client
/
nessusclient.install
blob
ef884a66533939af794602e2bd96e2f64e5ba045
1
#!/bin/bash
2
3
post_install
() {
4
grep
"/opt/nessus/lib"
/
etc
/
ld.so.conf
&>/
dev
/
null ||
echo
"/opt/nessus/lib"
>> /
etc
/
ld.so.conf
5
ldconfig
6
/
bin
/
true
7
}
8
9
post_upgrade
() {
10
/
bin
/
true
11
}
12
13
pre_remove
() {
14
/
bin
/
true
15
}
16
17
op
=
$1
18
shift
19
20
$op
"$@"