mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-13 18:32:12 -04:00
debhelper
This commit is contained in:
parent
95dd8f419f
commit
9bb92e91a8
1 changed files with 21 additions and 0 deletions
21
debian/security-misc.config
vendored
21
debian/security-misc.config
vendored
|
@ -11,6 +11,12 @@ source /usr/share/debconf/confmodule
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
true "
|
||||||
|
#####################################################################
|
||||||
|
## INFO: BEGIN: $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME $*
|
||||||
|
#####################################################################
|
||||||
|
"
|
||||||
|
|
||||||
check_migrate_permission_hardener_state() {
|
check_migrate_permission_hardener_state() {
|
||||||
## If folder /var/lib/permission-hardener (version 1) does not exist, this migration is unneeded.
|
## If folder /var/lib/permission-hardener (version 1) does not exist, this migration is unneeded.
|
||||||
if [ ! -d '/var/lib/permission-hardener' ]; then
|
if [ ! -d '/var/lib/permission-hardener' ]; then
|
||||||
|
@ -112,3 +118,18 @@ check_migrate_permission_hardener_state() {
|
||||||
}
|
}
|
||||||
|
|
||||||
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…
Add table
Add a link
Reference in a new issue