Skip to content

Commit

Permalink
fix(proc/70-scriptlets.sh): install debian/config
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Feb 3, 2024
1 parent 2ccfdfb commit bbcd34e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions proc/70-scriptlets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ if [ -f "$SRCDIR"/autobuild/templates ]; then
install -Dvm644 "$SRCDIR"/autobuild/templates abscripts/templates
fi

if [ -f "$SRCDIR"/autobuild/config ]; then
abinfo "Installing Debconf configuration script (DEBIAN/config) ..."
install -Dvm644 "$SRCDIR"/autobuild/config abscripts/config
fi

load_strict "$AB/lib/scriptlets.sh"

for i in scriptlet_alternative scriptlet_pax scriptlet_usergroup; do
Expand Down

0 comments on commit bbcd34e

Please sign in to comment.