#!/bin/sh # preinst script for newrelic-php5 # # see: dh_installdeb(1) . /usr/share/debconf/confmodule # If our log dir is currently a file move it aside if [ -f /var/log/newrelic ]; then mv -f /var/log/newrelic /var/log/newrelic.f.old > /dev/null 2>&1 fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. exit 0