add debianization scripts based on work by Florent USSEIL

This commit is contained in:
Andrew Dolgov
2011-11-11 00:02:53 +04:00
parent 17140b71ed
commit d0cafcf4a0
31 changed files with 683 additions and 0 deletions
+13
View File
@@ -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#