From: Brian West Date: Fri, 9 May 2008 13:40:03 +0000 (+0000) Subject: blah X-Git-Tag: v1.0-rc5~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ec522abe8fa74e66322c6befe6a6f20cee057e;p=thirdparty%2Ffreeswitch.git blah git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8329 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/debian/freeswitch-lua.conffiles b/debian/freeswitch-lua.conffiles new file mode 100644 index 0000000000..dbe8a22a9d --- /dev/null +++ b/debian/freeswitch-lua.conffiles @@ -0,0 +1 @@ +/opt/freeswitch/conf/autoload_configs/lua.conf.xml diff --git a/debian/freeswitch-lua.install b/debian/freeswitch-lua.install new file mode 100644 index 0000000000..4308e144ef --- /dev/null +++ b/debian/freeswitch-lua.install @@ -0,0 +1,2 @@ +opt/freeswitch/mod/mod_lua* +opt/freeswitch/conf/autoload_configs/lua.conf.xml diff --git a/debian/freeswitch-perl.conffiles b/debian/freeswitch-perl.conffiles new file mode 100644 index 0000000000..6a13819992 --- /dev/null +++ b/debian/freeswitch-perl.conffiles @@ -0,0 +1 @@ +/opt/freeswitch/conf/autoload_configs/perl.conf.xml diff --git a/debian/freeswitch-perl.install b/debian/freeswitch-perl.install new file mode 100644 index 0000000000..6e9b1a3fd8 --- /dev/null +++ b/debian/freeswitch-perl.install @@ -0,0 +1,3 @@ +opt/freeswitch/perl/* +opt/freeswitch/mod/mod_perl* +opt/freeswitch/conf/autoload_configs/perl.conf.xml