airport: remove uneeded config file change

This commit is contained in:
Albert Hopkins 2017-03-19 14:35:15 +00:00
parent 412e6ce4c3
commit ac4c2c9fa4
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ preinstall:
postinstall: airport.service settings.py issue nginx.conf airport-pre.service airport-gameserver.service airport-wsgi.service
sed -i 's/^PG_INITDB_OPTS.*/PG_INITDB_OPTS="--locale=en_US.UTF-8"/' $(CHROOT)/etc/conf.d/postgresql-$(PGVER)
$(inroot) eselect postgresql set $(PGVER)
rm -rf $(CHROOT)/var/lib/postgresql/$(PGVER)
$(inroot) bash -c "echo y |$(EMERGE) --config postgresql:$(PGVER)"