File: postinst

package info (click to toggle)
phppgadmin 4.2.2-1lenny1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 5,156 kB
  • ctags: 5,642
  • sloc: php: 68,618; makefile: 214; sh: 40; sql: 16; awk: 9
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
#! /bin/sh -e

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

#DEBHELPER#