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:
18
debian/tt-rss-mysql.config
vendored
Normal file
18
debian/tt-rss-mysql.config
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user