Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : openvox.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
openvox.install
blob: babb3ec64cc8a37e8cfafab3a04a270c90651ff8 (
plain
)
1
2
3
4
5
pre_remove
() {
if
[[
-f
/
run
/
puppetlabs
/
agent.pid
]];
then
systemctl stop puppet
fi
}