updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / ocsinventory-agent / ocsinventory-agent.install
blob952f103c3fbf889d3e94cf2be3e490cd71b0839c
1 post_install() {
2     ln -s /usr/lib/perl5/site_perl/bin/ocsinventory-agent /usr/bin/ocsinventory-agent
3     echo "Edit /etc/ocsinventory/ocsinventory-agent.cfg with your server details."
5 pre_upgrade() {
6     mv /etc/ocsinventory/ocsinventory-agent.cfg /etc/ocsinventory/ocsinventory-agent.cfg.OLD
8 post_upgrade() {
9     mv /etc/ocsinventory/ocsinventory-agent.cfg.OLD /etc/ocsinventory/ocsinventory-agent.cfg