Sha256: 7651f0c24edc134ae2d969139b6bf82ce9282d647cdbd4a333df18cf8e2270de

Contents?: true

Size: 452 Bytes

Versions: 602

Compression:

Stored size: 452 Bytes

Contents

#!/bin/sh

set -e

# Remove renamed configuration files which are now handled by other
# packages
if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then

    dpkg-maintscript-helper rm_conffile \
        /etc/logrotate.d/puppetmaster 2.7.16-1puppetlabs1 puppetmaster -- "$@"


# For systems with dpkg < 1.15.7-2
else

    if [ -f /etc/logrotate.d/puppetmaster ]; then
        rm /etc/logrotate.d/puppetmaster || true
    fi
fi


#DEBHELPER#

Version data entries

602 entries across 602 versions & 3 rubygems

Version Path
puppet-6.24.0 ext/debian/puppetmaster.preinst
puppet-6.24.0-x86-mingw32 ext/debian/puppetmaster.preinst
puppet-6.24.0-x64-mingw32 ext/debian/puppetmaster.preinst
puppet-6.24.0-universal-darwin ext/debian/puppetmaster.preinst
puppet-7.9.0 ext/debian/puppetmaster.preinst
puppet-7.9.0-x86-mingw32 ext/debian/puppetmaster.preinst
puppet-7.9.0-x64-mingw32 ext/debian/puppetmaster.preinst
puppet-7.9.0-universal-darwin ext/debian/puppetmaster.preinst
puppet-6.23.0 ext/debian/puppetmaster.preinst
puppet-6.23.0-x86-mingw32 ext/debian/puppetmaster.preinst
puppet-6.23.0-x64-mingw32 ext/debian/puppetmaster.preinst
puppet-6.23.0-universal-darwin ext/debian/puppetmaster.preinst
puppet-7.8.0 ext/debian/puppetmaster.preinst
puppet-7.8.0-x86-mingw32 ext/debian/puppetmaster.preinst
puppet-7.8.0-x64-mingw32 ext/debian/puppetmaster.preinst
puppet-7.8.0-universal-darwin ext/debian/puppetmaster.preinst
puppet-7.7.0 ext/debian/puppetmaster.preinst
puppet-7.7.0-x86-mingw32 ext/debian/puppetmaster.preinst
puppet-7.7.0-x64-mingw32 ext/debian/puppetmaster.preinst
puppet-7.7.0-universal-darwin ext/debian/puppetmaster.preinst