updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git] / exdongle-git / exdongle.install
blob532423047953569888dd0c7af9e4d9d96354e739
1 post_install() {
2   if which openssl > /dev/null; then
3     echo 'Generating key with openssl'
4     openssl rand 256 > /etc/exdongle.key
5   fi
8 # vim:set ts=2 sw=2 et: