From 0da7c251f2aa16bb72f17086200ec1c8756c2ba0 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 14 Apr 2012 13:56:05 +0200 Subject: [PATCH] [conf] drop portage bashrc example file --- Makefile | 2 -- conf/bashrc.entropy | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 conf/bashrc.entropy 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 -}