summaryrefslogtreecommitdiffstats
path: root/debian/cryptsetup-nuke-password.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/cryptsetup-nuke-password.postrm')
-rw-r--r--debian/cryptsetup-nuke-password.postrm4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/cryptsetup-nuke-password.postrm b/debian/cryptsetup-nuke-password.postrm
index f6d4956..c558aba 100644
--- a/debian/cryptsetup-nuke-password.postrm
+++ b/debian/cryptsetup-nuke-password.postrm
@@ -4,8 +4,8 @@ set -e
if [ "$1" = "remove" ]; then
dpkg-divert --rename --package cryptsetup-nuke-password \
- --divert /lib/cryptsetup/askpass.cryptsetup \
- --remove /lib/cryptsetup/askpass
+ --divert /usr/lib/cryptsetup/askpass.cryptsetup \
+ --remove /usr/lib/cryptsetup/askpass
elif [ "$1" = "purge" ]; then
rm -rf /etc/cryptsetup-nuke-password
fi