mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-03-14 01:36:31 -04:00
debhelper
This commit is contained in:
parent
95dd8f419f
commit
9bb92e91a8
21
debian/security-misc.config
vendored
21
debian/security-misc.config
vendored
@ -11,6 +11,12 @@ source /usr/share/debconf/confmodule
|
||||
|
||||
set -e
|
||||
|
||||
true "
|
||||
#####################################################################
|
||||
## INFO: BEGIN: $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME $*
|
||||
#####################################################################
|
||||
"
|
||||
|
||||
check_migrate_permission_hardener_state() {
|
||||
## If folder /var/lib/permission-hardener (version 1) does not exist, this migration is unneeded.
|
||||
if [ ! -d '/var/lib/permission-hardener' ]; then
|
||||
@ -112,3 +118,18 @@ check_migrate_permission_hardener_state() {
|
||||
}
|
||||
|
||||
check_migrate_permission_hardener_state
|
||||
|
||||
true "INFO: debhelper beginning here."
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
true "INFO: Done with debhelper."
|
||||
|
||||
true "
|
||||
#####################################################################
|
||||
## INFO: END : $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME $*
|
||||
#####################################################################
|
||||
"
|
||||
|
||||
## Explicitly "exit 0", so eventually trapped errors can be ignored.
|
||||
exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user