summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/tt-rss-common.install3
-rw-r--r--debian/tt-rss-mysql.postinst2
-rw-r--r--debian/tt-rss-pgsql.postinst2
3 files changed, 4 insertions, 3 deletions
diff --git a/debian/tt-rss-common.install b/debian/tt-rss-common.install
index e5a98af3a..d4423b5b4 100644
--- a/debian/tt-rss-common.install
+++ b/debian/tt-rss-common.install
@@ -1,6 +1,7 @@
*.php usr/share/tt-rss/www/
*.css usr/share/tt-rss/www/
-*.js usr/share/tt-rss/www/
+js usr/share/tt-rss/www/
+include usr/share/tt-rss/www/
*.xsl usr/share/tt-rss/www/
api usr/share/tt-rss/www
help usr/share/tt-rss/www/
diff --git a/debian/tt-rss-mysql.postinst b/debian/tt-rss-mysql.postinst
index 269a9c618..64671e82b 100644
--- a/debian/tt-rss-mysql.postinst
+++ b/debian/tt-rss-mysql.postinst
@@ -40,7 +40,7 @@ case "$1" in
dbc_generate_include_perms="0640"
dbc_go $PACKAGE $@
- echo "Install ok on http://localhost/tt-rss/tt-rss.php"
+ echo "Install ok on http://localhost/tt-rss/"
;;
abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/debian/tt-rss-pgsql.postinst b/debian/tt-rss-pgsql.postinst
index 7a0332779..098838f6d 100644
--- a/debian/tt-rss-pgsql.postinst
+++ b/debian/tt-rss-pgsql.postinst
@@ -40,7 +40,7 @@ case "$1" in
dbc_generate_include_perms="0640"
dbc_go $PACKAGE $@
- echo "Install ok on http://localhost/tt-rss/tt-rss.php"
+ echo "Install ok on http://localhost/tt-rss/"
;;
abort-upgrade|abort-remove|abort-deconfigure)