summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-13 12:03:50 +0400
committerAndrew Dolgov <[email protected]>2011-12-13 12:03:50 +0400
commit94976024848e94f2e1987b82b0b1d0d4140a416d (patch)
tree450ab55e72cc1848901b35c564a159c1f5188946 /debian
parent4f09f594c24a2fbdacd6124ecdeb07b92814cb88 (diff)
parent9da0e4a2ff84b097cf436b2641fc056315278f55 (diff)
Merge branch 'master' into tiny-oop
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)