lasso/debian-jessie/php5-lasso.postinst

8 lines
82 B
Bash

#! /bin/sh -e
if [ "$1" = "configure" ]; then
php5enmod lasso
fi
#DEBHELPER#