#!/bin/sh set -e #set -x if [ -f /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule fi if [ -f /usr/share/dbconfig-common/dpkg/postrm.mysql ]; then . /usr/share/dbconfig-common/dpkg/postrm.mysql dbc_go db-test-mysql "$@" fi if [ "$1" = "purge" ]; then rm -f /etc/db-test-mysql/debian-db.php if which ucf >/dev/null 2>&1; then ucf --purge /etc/db-test-mysql/debian-db.php ucfr --purge db-test-mysql /etc/db-test-mysql/debian-db.php fi fi #DEBHELPER#
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
changelog | File | 2 KB | 0644 |
|
compat | File | 2 B | 0644 |
|
config | File | 199 B | 0644 |
|
control | File | 457 B | 0644 |
|
copyright | File | 997 B | 0644 |
|
dirs | File | 77 B | 0644 |
|
docs | File | 7 B | 0644 |
|
install | File | 92 B | 0755 |
|
postinst | File | 303 B | 0644 |
|
postrm | File | 492 B | 0644 |
|
prerm | File | 145 B | 0644 |
|
rules | File | 143 B | 0755 |
|