Project

General

Profile

Download (329 Bytes) Statistics
| Branch: | Tag: | Revision:
#!/bin/sh

[ -n "${DEBUG}" ] && set -x
set -e

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

#DEBHELPER#

if [ -f /usr/share/foreman/config/initializers/local_secret_token.rb -a "x$1" = xremove ]; then
rm -f /usr/share/foreman/config/initializers/local_secret_token.rb
fi

exit 0
(58-58/60)