#!/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.sqlite ]; then . /usr/share/dbconfig-common/dpkg/postrm.sqlite3 dbc_go db-test-sqlite3 "$@" fi if [ "$1" = "purge" ]; then rm -f /etc/db-test-sqlite3/debian-db.php if which ucf >/dev/null 2>&1; then ucf --purge /etc/db-test-sqlite3/debian-db.php ucfr --purge db-test-sqlite3 /etc/db-test-sqlite3/debian-db.php fi fi #DEBHELPER#
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
changelog | File | 2 KB | 0644 |
|
compat | File | 2 B | 0644 |
|
config | File | 204 B | 0644 |
|
control | File | 467 B | 0644 |
|
copyright | File | 997 B | 0644 |
|
dirs | File | 83 B | 0644 |
|
docs | File | 7 B | 0644 |
|
install | File | 97 B | 0755 |
|
postinst | File | 379 B | 0644 |
|
postrm | File | 504 B | 0644 |
|
prerm | File | 149 B | 0644 |
|
rules | File | 143 B | 0755 |
|