DEBSOURCES
Skip Quicknav
sources / phppgadmin / 4.2.3-1.1squeeze2 / debian / postinst
123456789
#! /bin/sh set -e if [ "$1" = configure ]; then test ! -e /etc/init.d/apache2 || invoke-rc.d apache2 reload fi #DEBHELPER#