File: postinst

package info (click to toggle)
oz 0.17.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,120 kB
  • sloc: python: 7,875; xml: 654; perl: 610; makefile: 49; sh: 29
file content (11 lines) | stat: -rwxr-xr-x 169 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -

set -e

if [ ! -f /etc/oz/id_rsa-icicle-gen ]; then
   ssh-keygen -t rsa -b 2048 -N "" -f /etc/oz/id_rsa-icicle-gen >/dev/null 2>&1
fi

#DEBHELPER#

exit 0