File: postinst

package info (click to toggle)
phppgadmin 4.2.3-1.1squeeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,396 kB
  • ctags: 6,174
  • sloc: php: 68,599; makefile: 215; sh: 41; sql: 16; awk: 9
file content (9 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#! /bin/sh

set -e

if [ "$1" = configure ]; then
	test ! -e /etc/init.d/apache2 || invoke-rc.d apache2 reload
fi

#DEBHELPER#