aboutsummaryrefslogtreecommitdiffstats
path: root/config/asterisk
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-08-25 08:33:23 +0200
committerdoktornotor <notordoktor@gmail.com>2015-08-25 08:33:23 +0200
commitea5a2a7170f2c18372eb2d3b98a87822a24c0acd (patch)
tree46451863b636b04ec0670eaccd893d8b3d63a4c0 /config/asterisk
parent29b08526786a9a30217d934605bf1930028d9b65 (diff)
downloadpfsense-packages-ea5a2a7170f2c18372eb2d3b98a87822a24c0acd.tar.gz
pfsense-packages-ea5a2a7170f2c18372eb2d3b98a87822a24c0acd.tar.bz2
pfsense-packages-ea5a2a7170f2c18372eb2d3b98a87822a24c0acd.zip
Remove useless custom_php_deinstall_command
These are dealt with by delete_package_xml() from pkg-utils.inc.
Diffstat (limited to 'config/asterisk')
-rw-r--r--config/asterisk/asterisk.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/asterisk/asterisk.xml b/config/asterisk/asterisk.xml
index 2eef359f..97c2e26f 100644
--- a/config/asterisk/asterisk.xml
+++ b/config/asterisk/asterisk.xml
@@ -84,9 +84,6 @@
<custom_php_install_command>
asterisk_install();
</custom_php_install_command>
- <custom_php_deinstall_command>
- asterisk_deinstall();
- </custom_php_deinstall_command>
<custom_php_resync_config_command>
sync_package_asterisk();
</custom_php_resync_config_command>