mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-25 07:19:45 -05:00
remove-system.map: source /usr/lib/helper-scripts/pre.bsh
This commit is contained in:
parent
3b283ec00f
commit
d4a37b6df2
@ -3,6 +3,13 @@
|
||||
## Copyright (C) 2012 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
if [ -f /usr/lib/helper-scripts/pre.bsh ]; then
|
||||
## pre.bsh would `source` the following folders:
|
||||
## /etc/remove-system.map_pre.d/*.conf
|
||||
## /usr/local/etc/remove-system.map_pre.d/*.conf
|
||||
source /usr/lib/helper-scripts/pre.bsh
|
||||
fi
|
||||
|
||||
shopt -s nullglob
|
||||
|
||||
system_map_location="/boot/System.map* /usr/src/*/System.map* /lib/modules/*/*/System.map* /System.map*"
|
||||
|
Loading…
Reference in New Issue
Block a user