~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to debian/drizzle.preinst

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2012-01-29 15:03:08 UTC
  • Revision ID: package-import@ubuntu.com-20120129150308-rn2b27dk3onfp1o9
Tags: 2011.03.13-0ubuntu4
* Build-depend on libcloog-ppl-dev.
* Update chown syntax in preinst script.
* Bump Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
if [ "$1" = "upgrade" ] && \
36
36
     dpkg --compare-versions "$2" lt "2011.03.13-0ubuntu2" && \
37
37
     [ -d $DATADIR ] ; then
38
 
  chown -R drizzle.drizzle $DATADIR
 
38
  chown -R drizzle:drizzle $DATADIR
39
39
fi
40
40
 
41
41
if [ ! -d $LOGDIR ]; then