Added postinst script which called autobuild -s

Closes #15
This commit is contained in:
Andrew S. Rightenburg 2024-05-04 15:52:47 +08:00
parent 8e30e0aafc
commit 4f1d555af8
Signed by: rail5
GPG Key ID: A0CB570AB6629159
1 changed files with 5 additions and 0 deletions

5
debian/postinst vendored Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -e
su "${SUDO_USER:?}" -c '/usr/bin/autobuild -s'
#DEBHELPER#