6 Jun
2011
6 Jun
'11
3:30 p.m.
This is never used by anything in the official repos. Kill it with fire. Signed-off-by: Dave Reisner <d@falconindy.com> --- functions | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/functions b/functions index 48877f0..9257d66 100644 --- a/functions +++ b/functions @@ -120,16 +120,6 @@ add_symlink () #fail quietly } -add_symlink2 () -{ - add_dir $(get_dirname ${1}) - add_dir $(get_dirname ${2}) - if ! grep -q "slink ${1} " "${FILELIST}"; then - msg " adding link ${1} -> ${2}" - echo "slink ${1} ${2} 777 0 0" >> "${FILELIST}" - fi -} - add_file () { local fil lnk dir dest -- 1.7.5.4