From bb8e473a98989ec53bce11aa9a45ddfd58405986 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 25 May 2020 10:23:52 -0400 Subject: rebase veracrypt dpkg to overlay Unit193 Unit193 is still actively maintaining veracrypt dpkgs so remove my old fork and just add a stackrpms overlay for myself. --- veracrypt/debian/prerm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'veracrypt/debian/prerm') diff --git a/veracrypt/debian/prerm b/veracrypt/debian/prerm index baa2e73..887e78f 100644 --- a/veracrypt/debian/prerm +++ b/veracrypt/debian/prerm @@ -5,7 +5,7 @@ set -e case "$1" in remove|upgrade|deconfigure|failed-upgrade) (mount | grep -q veracrypt_aux_mnt) && - echo "Error: all VeraCrypt volumes must be unmounted before upgrade." && exit 1 + echo "Error: all VeraCrypt volumes must be unmounted before upgrade." >&2 && exit 1 exit 0 ;; -- cgit