mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-11-21 13:00:26 -08:00
31 lines
199 B
Bash
31 lines
199 B
Bash
|
|
service_postinst()
|
|
{
|
|
exit 0
|
|
}
|
|
|
|
service_postuninst()
|
|
{
|
|
exit 0
|
|
}
|
|
|
|
service_postupgrade()
|
|
{
|
|
exit 0
|
|
}
|
|
|
|
service_preinst()
|
|
{
|
|
exit 0
|
|
}
|
|
|
|
service_preuninst()
|
|
{
|
|
exit 0
|
|
}
|
|
|
|
service_preupgrade()
|
|
{
|
|
exit 0
|
|
}
|