mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-16 19:01:05 +07:00
update path to pre.bsh
This commit is contained in:
4
debian/security-misc.postinst
vendored
4
debian/security-misc.postinst
vendored
@ -3,8 +3,8 @@
|
||||
## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
if [ -f /usr/lib/pre.bsh ]; then
|
||||
source /usr/lib/pre.bsh
|
||||
if [ -f /usr/lib/helper-scripts/pre.bsh ]; then
|
||||
source /usr/lib/helper-scripts/pre.bsh
|
||||
fi
|
||||
|
||||
set -e
|
||||
|
Reference in New Issue
Block a user