Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bareos-database-common.prerm « debian - github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5d445f20b1a6783d56a697a4b79375ab0b83cebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

if [ -f /usr/share/debconf/confmodule ]; then
    . /usr/share/debconf/confmodule
    if [ -f /usr/share/dbconfig-common/dpkg/prerm ]; then
        . /usr/share/dbconfig-common/dpkg/prerm
        dbc_go bareos-database-common $@
    fi
fi

#DEBHELPER#