Fix cargo deb missing #DEBHELPER# variable
This commit is contained in:
parent
7738c8b366
commit
b727a3714e
3 changed files with 12 additions and 3 deletions
debian
5
debian/postinst
vendored
5
debian/postinst
vendored
|
@ -1,5 +1,8 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
#DEBHELPER#
|
||||
|
||||
# Also enable User Service
|
||||
|
||||
# Automatically added by cargo-deb
|
||||
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
|
||||
if deb-systemd-helper --user debian-installed cloudflare-dns-updater.service; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue