dect
/
asterisk
Archived
13
0
Fork 0

support a 'post install' script for local modifications after installation

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6700 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-09-30 14:48:41 +00:00
parent 19864545c2
commit 2d11c3703f
1 changed files with 3 additions and 0 deletions

View File

@ -670,6 +670,9 @@ oldmodcheck:
fi
install: all datafiles bininstall
@if [ -x /usr/sbin/asterisk-post-install ]; then \
/usr/sbin/asterisk-post-install $(DESTDIR) . ; \
fi
upgrade: all bininstall