From 06b86229a4e1cc45a9bbe21c9a4c3e2a16fb82dc Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sun, 12 May 2019 02:58:45 -0400 Subject: [PATCH] update path to pre.bsh --- debian/security-misc.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/security-misc.postinst b/debian/security-misc.postinst index 4c098a2..f241b55 100644 --- a/debian/security-misc.postinst +++ b/debian/security-misc.postinst @@ -3,8 +3,8 @@ ## Copyright (C) 2012 - 2018 ENCRYPTED SUPPORT LP ## 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