mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
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
This commit is contained in:
parent
64e9c99484
commit
175ac33e2f
1 changed files with 5 additions and 2 deletions
|
@ -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::
|
||||
|
|
Loading…
Reference in a new issue