Sindbad~EG File Manager
Current Path : /var/lib/dpkg/info/ |
|
Current File : /var/lib/dpkg/info/secureboot-db.postinst |
#!/bin/sh
# postinst script for secureboot-db
#
set -e
keystore="/usr/share/secureboot/updates"
case "$1" in
configure)
sbkeysync --no-default-keystores --keystore "$keystore" --verbose || true
;;
abort-upgrade|abort-remove|abort-deconfigure)
;;
*)
echo "postinst called with unknown argument \`$1'" >&2
exit 1
;;
esac
exit 0
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists