lasso/debian-wheezy/php5-lasso.prerm

8 lines
79 B
Bash

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