Move Snap and Synology packaging to new pkg dir

This commit is contained in:
Joseph Henry 2022-04-25 17:47:15 -07:00
commit a74532fa0b
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
20 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,30 @@
service_postinst()
{
exit 0
}
service_postuninst()
{
exit 0
}
service_postupgrade()
{
exit 0
}
service_preinst()
{
exit 0
}
service_preuninst()
{
exit 0
}
service_preupgrade()
{
exit 0
}