From dc7374e9f41214557dd45735789a7535d6bbe681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Schneider?= Date: Thu, 26 Feb 2015 10:29:53 +0100 Subject: [PATCH] php5-lasso.prerm: s/phpdismod/php5dismod/ --- php5-lasso.prerm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php5-lasso.prerm b/php5-lasso.prerm index 57eb1e8e..c12f5a40 100644 --- a/php5-lasso.prerm +++ b/php5-lasso.prerm @@ -1,7 +1,7 @@ #! /bin/sh -e if [ "$1" = "remove" ]; then - phpdismod lasso + php5dismod lasso fi #DEBHELPER#