[conf] drop portage bashrc example file

This commit is contained in:
Fabio Erculiani
2012-04-14 13:56:05 +02:00
parent ab832f1cf0
commit 0da7c251f2
2 changed files with 0 additions and 5 deletions

View File

@@ -66,12 +66,10 @@ equo-install:
install -d $(DESTDIR)/$(LIBDIR)/entropy/client
install -d -m 775 $(DESTDIR)/etc/entropy
install -d $(DESTDIR)/etc/portage
install -d $(DESTDIR)$(BINDIR)
install -d $(DESTDIR)$(PREFIX)/share/man/man1
# copying portage bashrc
install -m 644 conf/bashrc.entropy $(DESTDIR)/etc/portage/bashrc.entropy
install -m 644 conf/client.conf $(DESTDIR)/etc/entropy/
install -m 644 client/*.py $(DESTDIR)/$(LIBDIR)/entropy/client/

View File

@@ -1,3 +0,0 @@
post_pkg_postrm() {
equo rescue spmsync
}