diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-11-11 00:02:53 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-11-11 00:02:53 +0400 |
| commit | d0cafcf4a048bfcc72d9523d20d61ba719e566cd (patch) | |
| tree | 8d99e9b8f7009076da1f507bde405d4d0f8cd865 /debian/tt-rss-mysql.prerm | |
| parent | 17140b71edaad9160742a33f094f94479bbbd573 (diff) | |
add debianization scripts based on work by Florent USSEIL
Diffstat (limited to 'debian/tt-rss-mysql.prerm')
| -rw-r--r-- | debian/tt-rss-mysql.prerm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/tt-rss-mysql.prerm b/debian/tt-rss-mysql.prerm new file mode 100644 index 000000000..1c2790fe6 --- /dev/null +++ b/debian/tt-rss-mysql.prerm @@ -0,0 +1,13 @@ +#!/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# |