mirror of https://github.com/sipwise/sems.git
parent
fd9ff9a527
commit
85c87b8287
@ -0,0 +1,13 @@
|
||||
Makefile.defs usr/include/sems/
|
||||
core/*.h usr/include/sems/
|
||||
core/SampleArray.cc usr/include/sems/
|
||||
core/amci usr/include/sems/
|
||||
core/ampi usr/include/sems/
|
||||
core/compat/*.c usr/include/sems/compat/
|
||||
core/compat/*.h usr/include/sems/compat/
|
||||
core/compat/getarch usr/include/sems/compat/
|
||||
core/compat/getos usr/include/sems/compat/
|
||||
core/plug-in/Makefile.app_module usr/include/sems/plug-in/
|
||||
core/plug-in/Makefile.audio_module usr/include/sems/plug-in/
|
||||
core/rtp usr/include/sems/
|
||||
core/sip/*.h usr/include/sems/sip/
|
||||
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -x "/etc/init.d/sems" ]; then
|
||||
update-rc.d sems remove >/dev/null
|
||||
fi
|
||||
|
||||
dpkg-maintscript-helper rm_conffile /etc/default/sems -- "$@"
|
||||
dpkg-maintscript-helper rm_conffile /etc/init.d/sems -- "$@"
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
||||
Loading…
Reference in new issue