| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index 7f19b7f975d27f3884174c9477ede5e30185c82f..31232f1b89d115e86682e4ba73625565227492b1 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -477,14 +477,6 @@ if package_exists ttf-mscorefonts-installer; then
|
| elif package_exists msttcorefonts; then
|
| dev_list="${dev_list} msttcorefonts"
|
| fi
|
| -# Ubuntu 16.04 has this package deleted.
|
| -if package_exists ttf-kochi-gothic; then
|
| - dev_list="${dev_list} ttf-kochi-gothic"
|
| -fi
|
| -# Ubuntu 16.04 has this package deleted.
|
| -if package_exists ttf-kochi-mincho; then
|
| - dev_list="${dev_list} ttf-kochi-mincho"
|
| -fi
|
|
|
| # Some packages are only needed if the distribution actually supports
|
| # installing them.
|
|
|