diff --git a/Makefile b/Makefile index aa46e9f11..e6abd8c98 100644 --- a/Makefile +++ b/Makefile @@ -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/ diff --git a/conf/bashrc.entropy b/conf/bashrc.entropy deleted file mode 100644 index cb61e2a5a..000000000 --- a/conf/bashrc.entropy +++ /dev/null @@ -1,3 +0,0 @@ -post_pkg_postrm() { - equo rescue spmsync -}