mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-21 02:00:45 +00:00
create debian package framework and git action job
This commit is contained in:
12
debian/prerm
vendored
Normal file
12
debian/prerm
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
if [ "$1" = "remove" ]; then
|
||||
systemctl stop strfry
|
||||
systemctl disable strfry
|
||||
fi
|
||||
|
||||
if [ "$1" = "upgrade" ]; then
|
||||
systemctl stop strfry
|
||||
fi
|
Reference in New Issue
Block a user