Codebase list geos / debian/3.5.0-3 debian / php-geos.postinst
debian/3.5.0-3

Tree @debian/3.5.0-3 (Download .tar.gz)

php-geos.postinst @debian/3.5.0-3raw · history · blame

#!/bin/sh

set -e

# Source debconf library.
. /usr/share/debconf/confmodule

#DEBHELPER#

if [ "$1" = "configure" ]; then
	phpenmod geos
fi

exit 0