From: William King Date: Thu, 26 Nov 2015 00:04:45 +0000 (-0800) Subject: FS-8576 resolving issue where fonts and images were installed in all of the conf... X-Git-Tag: v1.6.6~1^2~72^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eec06bd856f57a88ddcaebdcfd47c6c27ff846a;p=thirdparty%2Ffreeswitch.git FS-8576 resolving issue where fonts and images were installed in all of the conf packages. --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 2162d50ce4..f94ac56900 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -1008,8 +1008,6 @@ EOF print_conf_install () { cat <> freeswitch-all.install +echo "/var/lib/freeswitch/images" >> freeswitch-all.install + for x in postinst postrm preinst prerm; do cp -a freeswitch.$x freeswitch-all.$x done