Index: build/install-build-deps.sh |
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh |
index dcc4108665a5b4b6cfe3c168a493f1cb56bf5b19..6fc76bfdb45bb9e884234a3ccb73cc7822c04025 100755 |
--- a/build/install-build-deps.sh |
+++ b/build/install-build-deps.sh |
@@ -334,14 +334,6 @@ if package_exists ttf-mscorefonts-installer; then |
elif package_exists msttcorefonts; then |
dev_list="${dev_list} msttcorefonts" |
fi |
Tom (Use chromium acct)
2017/04/14 18:55:42
Please add "fonts-ipafont" somewhere in this file.
|
-# 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. |