teamplayer: remove uneeded config file change

This commit is contained in:
Albert Hopkins 2017-03-19 14:33:09 +00:00
parent 5df4a8a41c
commit 98f03494e5
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ preinstall:
postinstall: $(post_files) $(SCROBBLER_AUTH) urls.py
$(inroot) $(EMERGE) --noreplace $(USEPKG) dev-db/postgresql:$(PGVER)
$(inroot) passwd -d postgres
echo 'PG_INITDB_OPTS="--locale=en_US.UTF-8"' >> $(CHROOT)/etc/conf.d/postgresql-$(PGVER)
$(inroot) eselect postgresql set $(PGVER)
$(inroot) rm -rf /var/lib/postgresql/$(PGVER)/data
$(inroot) bash -c "echo y |$(EMERGE) --config postgresql:$(PGVER)"