diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-04-24 14:08:34 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-04-24 14:08:34 -0300 |
commit | c514c2f8161cafdfc75725dc06f493d2742a65d0 (patch) | |
tree | 526296dbab399aeecdee09902e13d2f44b7a2477 /config/tftp2 | |
parent | 0fa46e174897cd503da2ff023d47d130bcdc76e5 (diff) | |
download | pfsense-packages-c514c2f8161cafdfc75725dc06f493d2742a65d0.tar.gz pfsense-packages-c514c2f8161cafdfc75725dc06f493d2742a65d0.tar.bz2 pfsense-packages-c514c2f8161cafdfc75725dc06f493d2742a65d0.zip |
Remove ugly copy files around and use additional_files_needed to install files in proper place. Bump package version
Diffstat (limited to 'config/tftp2')
-rw-r--r-- | config/tftp2/tftp.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config/tftp2/tftp.inc b/config/tftp2/tftp.inc index a9af5fe3..ea75e0d2 100644 --- a/config/tftp2/tftp.inc +++ b/config/tftp2/tftp.inc @@ -104,11 +104,6 @@ function tftp_install_command() { function tftp_deinstall_command() { - unlink_if_exists("/usr/local/pkg/tftp.xml"); - unlink_if_exists("/usr/local/pkg/tftp.inc"); - unlink_if_exists("/usr/local/www/packages/tftp/tftp_files.php"); - exec("rm -R /usr/local/www/packages/tftp/"); - //exec("rm -R /tftpboot"); unlink_if_exists("/usr/local/etc/rc.d/tftp.sh"); unlink_if_exists("/tmp/pkg_mgr_tftp.log"); |