~ubuntu-branches/ubuntu/utopic/hockeypuck/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/preinst

  • Committer: Package Import Robot
  • Author(s): Casey Marshall
  • Date: 2014-04-13 20:06:01 UTC
  • Revision ID: package-import@ubuntu.com-20140413200601-oxdlqn1gy0x8m55u
Tags: 1.0~rel20140413+7a1892a~trusty
Hockeypuck 1.0 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
 
 
3
if test "$uid" && test -x "/usr/bin/createdb" && test -x "/usr/bin/createuser"; then
 
4
        invoke-rc.d postgresql start
 
5
fi
 
6
 
 
7
#DEBHELPER#
 
8
 
 
9
exit 0