Autogenerated commit at 2026-01-21 11:08:29.223728+00:00
This commit is contained in:
15
rustdesk/rustdesk.install
Normal file
15
rustdesk/rustdesk.install
Normal file
@@ -0,0 +1,15 @@
|
||||
# arg 1: the new package version
|
||||
post_install() {
|
||||
if systemctl -q is-enabled 'rustdesk.service'; then
|
||||
systemctl daemon-reload
|
||||
systemctl restart 'rustdesk.service'
|
||||
fi
|
||||
}
|
||||
|
||||
# arg 1: the new package version
|
||||
# arg 2: the old package version
|
||||
post_upgrade() {
|
||||
if systemctl -q is-enabled 'rustdesk.service'; then
|
||||
systemctl restart 'rustdesk.service'
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user