Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-10-17 | Windows: exclude unused libzip source files from build. | Mounir IDRASSI | 1 | -6/+36 |
2016-10-17 | Windows: Replace XZip/XUnzip library with zlib and libzip and include the sou... | Mounir IDRASSI | 2 | -18/+532 |
2016-08-21#!/bin/sh
V="$(mount | grep veracrypt_aux_mnt)"
[ "$V" ] && echo Error: All volumes must be dismounted first. && exit 1
rm -f /usr/bin/veracrypt
rm -f /usr/share/applications/veracrypt.desktop
rm -f /usr/share/pixmaps/veracrypt.xpm
rm -fr /usr/share/veracrypt
echo VeraCrypt uninstalled.
rm -f /usr/bin/veracrypt-uninstall.sh
|