Skip to content

Commit 7d18817

Browse files
committed
Merge remote-tracking branch 'ArrayBolt3/arraybolt3/trixie'
2 parents 7210442 + a418b1c commit 7d18817

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

usr/libexec/helper-scripts/pre.bsh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
##
3636
## The SKIP_SCRIPTS environment variable to skip scripts by name
3737
## For example:
38-
## sudo DEBDEBUG=1 SKIP_SCRIPTS=" security-misc.postinst " dpkg -i /path/to/package.deb
38+
## sudo DEBDEBUG=1 SKIP_SCRIPTS=" security-misc-shared.postinst " dpkg -i /path/to/package.deb
3939
##
4040
## another example:
4141
##
4242
## export DEBDEBUG=1
43-
## export SKIP_SCRIPTS+=" security-misc.postinst "
43+
## export SKIP_SCRIPTS+=" security-misc-shared.postinst "
4444
## sudo --preserve-env dpkg -i /path/to/package.deb
4545

4646
## Colorful output: provides color function
@@ -49,9 +49,9 @@
4949

5050
## Configuration Folders
5151
##
52-
## For example if the name of the package is 'security-misc':
53-
## - /etc/security-misc_maint.d/*.conf
54-
## - /usr/local/etc/security-misc_maint.d/*.conf
52+
## For example if the name of the package is 'security-misc-shared':
53+
## - /etc/security-misc-shared_maint.d/*.conf
54+
## - /usr/local/etc/security-misc-shared_maint.d/*.conf
5555
##
5656
## For example if the name of the script is 'panic-on-oops':
5757
## - /etc/panic-on-oops_pre.d/*.conf
@@ -149,7 +149,7 @@ colors() {
149149
source_config_folder() {
150150
## dpkg sets environment variables
151151
## example:
152-
## DPKG_MAINTSCRIPT_PACKAGE=security-misc
152+
## DPKG_MAINTSCRIPT_PACKAGE=security-misc-shared
153153

154154
[[ -v DPKG_MAINTSCRIPT_PACKAGE ]] || DPKG_MAINTSCRIPT_PACKAGE=""
155155
if [ "$DPKG_MAINTSCRIPT_PACKAGE" = "" ]; then
@@ -159,7 +159,7 @@ source_config_folder() {
159159
fi
160160

161161
## example:
162-
## pre_bsh_settings_folder=security-misc_maint.d
162+
## pre_bsh_settings_folder=security-misc-shared_maint.d
163163

164164
shopt -s nullglob
165165
local i

0 commit comments

Comments
 (0)