Noosfero/noosfero

View on GitHub
debian/noosfero.prerm

Summary

Maintainability
Test Coverage
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/prerm
dbc_go noosfero $@

#DEBHELPER#

if [ "$1" = "upgrade" ]; then
  # stop debconf to avoid the problem with infinite hanging, cfe
  # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=295477
  db_stop
fi