Initial commit

This commit is contained in:
Christian Schendel 2025-09-03 21:53:56 +02:00
commit 09f2061909
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
13 changed files with 348 additions and 0 deletions

9
thinlinc-server.install Normal file
View file

@ -0,0 +1,9 @@
post_install()
{
/opt/thinlinc/sbin/tl-setup
}
post_upgrade()
{
/opt/thinlinc/sbin/tl-setup
}