diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-16 11:09:16 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-16 11:09:16 -0500 |
commit | 739fa8f8296a7d74bcd43c322ca00df084688d12 (patch) | |
tree | be11329078582a0bb05f77d11f430c5dd0da573b /debian/postinst | |
parent | add initial debian package recipe (diff) | |
download | stackbin-739fa8f8296a7d74bcd43c322ca00df084688d12.tar.gz stackbin-739fa8f8296a7d74bcd43c322ca00df084688d12.tar.bz2 stackbin-739fa8f8296a7d74bcd43c322ca00df084688d12.zip |
improve dpkg recipe
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index fdcc7ee..1e44144 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,5 @@ #!/bin/sh +# dep-devuan: lsb-base set -e #DEBHELPER# |