1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 21:11:28 +00:00

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

18
debian/tt-rss-mysql.config vendored Normal file
View File

@@ -0,0 +1,18 @@
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
PACKAGE=tt-rss-mysql
# restart webserver
db_input medium $PACKAGE/webserver || true
db_go || true
# dbconfig-common
if [ -f /usr/share/dbconfig-common/dpkg/config.mysql ]; then
. /usr/share/dbconfig-common/dpkg/config.mysql
dbc_first_version="1.3.1"
dbc_go $PACKAGE $@
fi