From 175ac33e2f64b6e3a984f04eb5ab37f1870bd098 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 22 Jun 2015 13:14:28 +0000 Subject: [PATCH] inistall/uninstall mib for current user git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/ec/trunk@38668 72102866-910b-0410-8b05-ffd578937521 --- GNUmakefile.postamble | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/GNUmakefile.postamble b/GNUmakefile.postamble index e96d4b3..8d601a9 100644 --- a/GNUmakefile.postamble +++ b/GNUmakefile.postamble @@ -18,13 +18,16 @@ # before-install:: # Things to do after installing -# after-install:: +after-install:: + $(MKDIRS) ~/.snmp/mibs + cp GNUSTEP-MIB.txt ~/.snmp/mibs # Things to do before uninstalling # before-uninstall:: # Things to do after uninstalling -# after-uninstall:: +after-uninstall:: + rm ~/.snmp/mibs/GNUSTEP-MIB.txt # Things to do before cleaning # before-clean::