the new format
git-svn-id: http://172.17.0.253/svn/soft_pkgs/sys_nicmonitor@146 09c3743a-b0dd-45d3-b506-aa74c7a2a6ef
This commit is contained in:
10
code/trunk/post_mk.sh
Normal file
10
code/trunk/post_mk.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
PWD=`pwd`
|
||||
#pkg=`basename $PWD`
|
||||
pkg=sys_nicmonitor
|
||||
|
||||
# install the script which is run just after pkgadd or
|
||||
# when booting from disk first time
|
||||
mkdir -p $PKG/$PI_DIR
|
||||
install -m 755 post_add.sh $PKG/$PI_DIR/${pkg}.post_add
|
||||
Reference in New Issue
Block a user