mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-23 06:42:23 +00: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
|
||
|
}
|