File: libapache-mod-auth-mysql.postrm

package info (click to toggle)
libapache-mod-auth-mysql 4.3.9-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 476 kB
  • ctags: 113
  • sloc: ansic: 1,270; makefile: 72; sh: 26
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if [ "$1" = "remove" ]; then
	if [ -x /usr/sbin/modules-config ]; then
		/usr/sbin/modules-config apache disable mod_auth_mysql
	fi
fi

#DEBHELPER#