#!/usr/bin/bash

# Ubuntu preinstall
# store the header if it exists already
if [ -r /usr/lib/cryptobone/safewebdrop.header ] ; then
     /usr/bin/cp /usr/lib/cryptobone/safewebdrop.header /usr/lib/cryptobone/header.backup
fi

exit 0

