Project

General

Profile

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

set -e
if [ ! -z "${DEBUG}" ]; then set -x; fi

. /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 ]; then
rm -f /usr/share/foreman/config/initializers/local_secret_token.rb
fi

exit 0
(44-44/47)