summarylogtreecommitdiffstats
path: root/firebird.install
blob: 8643186ff09b0445372ada46f82018f55a3b0959 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

post_install() {
  echo ":: You have to initialize the security database and create a user."
  echo "   See /usr/share/doc/firebird/README.security_database.txt"
}

# vim:set ts=2 sw=2 et: