X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=3e8aefbfeaa2a4940396b72ccbc4326d4d70162c;hb=bfaf43c6e315b0b0d4c852682a65d357e47b7ab8;hp=84640e2a6e7eddac3d33e825f40939e9f3bb04a0;hpb=2c070e8e93167b48816a0af8e59e79f82cf293cd;p=dak.git diff --git a/config/debian/common b/config/debian/common index 84640e2a..3e8aefbf 100644 --- a/config/debian/common +++ b/config/debian/common @@ -56,13 +56,17 @@ function punew_do() { # These versions used in dinstall function punew() { - log "Doing automated p-u-new processing" + if [ "${PROGRAM}" = "dinstall" ]; then + log "Doing automated p-u-new processing" + fi cd "${queuedir}/p-u-new" punew_do "$1" } function opunew() { - log "Doing automated o-p-u-new processing" + if [ "${PROGRAM}" = "dinstall" ]; then + log "Doing automated o-p-u-new processing" + fi cd "${queuedir}/o-p-u-new" punew_do "$1" }