php5-lasso.prerm: s/phpdismod/php5dismod/

This commit is contained in:
Jérôme Schneider 2015-02-26 10:29:53 +01:00
parent e42b1dd7fc
commit dc7374e9f4
1 changed files with 1 additions and 1 deletions

View File

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