summaryrefslogtreecommitdiff
path: root/debian/tt-rss-mysql.prerm
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-11 00:02:53 +0400
committerAndrew Dolgov <[email protected]>2011-11-11 00:02:53 +0400
commitd0cafcf4a048bfcc72d9523d20d61ba719e566cd (patch)
tree8d99e9b8f7009076da1f507bde405d4d0f8cd865 /debian/tt-rss-mysql.prerm
parent17140b71edaad9160742a33f094f94479bbbd573 (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.prerm13
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#