lasso/debian-jessie/php5-lasso.prerm

8 lines
80 B
Bash

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