airport: remove uneeded config file change
This commit is contained in:
parent
412e6ce4c3
commit
ac4c2c9fa4
|
@ -7,7 +7,6 @@ preinstall:
|
||||||
|
|
||||||
|
|
||||||
postinstall: airport.service settings.py issue nginx.conf airport-pre.service airport-gameserver.service airport-wsgi.service
|
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)
|
$(inroot) eselect postgresql set $(PGVER)
|
||||||
rm -rf $(CHROOT)/var/lib/postgresql/$(PGVER)
|
rm -rf $(CHROOT)/var/lib/postgresql/$(PGVER)
|
||||||
$(inroot) bash -c "echo y |$(EMERGE) --config postgresql:$(PGVER)"
|
$(inroot) bash -c "echo y |$(EMERGE) --config postgresql:$(PGVER)"
|
||||||
|
|
Loading…
Reference in New Issue