From 8274ce079c6966b080e0581c0a94ef8976a868ed Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 4 Apr 2015 10:55:23 +0200 Subject: [PATCH] do not call ccs_update_schema in postinst --- debian/postinst | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index c3fae14..3e93e90 100755 --- a/debian/postinst +++ b/debian/postinst @@ -8,8 +8,6 @@ case "$1" in # Configure this package. If the package must prompt the user for # information, do it here. - ccs_update_schema -f - # There are three sub-cases: if test "${2+set}" != set; then # We're being installed by an ancient dpkg which doesn't remember -- 2.39.2