Recalling previous update

This commit is contained in:
Andrew S. Rightenburg 2024-05-04 16:10:49 +08:00
parent ba241bec04
commit d396472df3
Signed by: rail5
GPG Key ID: A0CB570AB6629159
2 changed files with 1 additions and 12 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,6 @@
autobuild (2.2.0) stable; urgency=medium
* Autobuild-setup now has a proper curses display, and this script
is called after package installation by a postinst script. It
can still be called any time by 'autobuild -s' as well.
* Autobuild-setup now has a proper curses display.
-- rail5 <andrew@rail5.org> Sat, 04 May 2024 15:53:06 +0800

9
debian/postinst vendored
View File

@ -1,9 +0,0 @@
#!/bin/bash
set -e
if [[ ! -f "/usr/share/autobuild/.postinst_config_has_been_run" ]]; then
touch "/usr/share/autobuild/.postinst_config_has_been_run"
su "${SUDO_USER:?}" -c '/usr/bin/autobuild -s'
fi
#DEBHELPER#