mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-08 07:07:30 +02:00
14 lines
181 B
Bash
14 lines
181 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
PACKAGE=tt-rss-mysql
|
|
|
|
# source debconf stuff
|
|
. /usr/share/debconf/confmodule
|
|
|
|
. /usr/share/dbconfig-common/dpkg/prerm.mysql
|
|
dbc_go $PACKAGE $@
|
|
|
|
exit 0
|
|
#DEBHELPER#
|