mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 07:18:20 +02:00
19 lines
258 B
Bash
19 lines
258 B
Bash
#! /bin/sh
|
|
|
|
set -e
|
|
|
|
# Load debconf
|
|
. /usr/share/debconf/confmodule
|
|
|
|
CFG_DIR='/etc/lazarus'
|
|
|
|
if test -e "${CFG_DIR}" && ! test -L "${CFG_DIR}"
|
|
then
|
|
db_input high lcl-utils${PACKAGESUFFIX}/rename_cfg || test $? -eq 30
|
|
db_go
|
|
fi
|
|
|
|
# Debhelper code
|
|
#DEBHELPER#
|
|
|