Sign in
apache
/
cloudstack
/
refs/heads/tampa
/
.
/
debian
/
cloud-agent.postinst
blob: 934ee02efed7cb1ec8c7ce6ea296cb4f56420a9b [
file
] [
log
] [
blame
]
#!/bin/sh -e
case
"$1"
in
configure
)
for
i
in
/
var
/
log
/
cloud
/
agent
do
chmod
0770
$i
done
if
[
"$2"
=
""
]
;
then
# no recently configured version, this is a first install
/
usr
/
sbin
/
update
-
rc
.
d cloud
-
agent defaults
||
true
fi
;;
esac
#DEBHELPER#