mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-22 15:06:54 +02:00
30 lines
199 B
Bash
30 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
|
|
}
|