From 06f9a9c223990236e9c637850371e0c1078451d7 Mon Sep 17 00:00:00 2001 From: slakmagik Date: Sat, 12 Mar 2011 21:49:26 -0500 Subject: system/rox-filer: don't leave empty .new files The doinst.sh was calling config() and then preserve_perms() (which calls config() again) which would cat nothing (file already removed in config()) to $NEW.incoming, and move that to $NEW, which the second call to config() would leave for the admin to consider. Signed-off-by: Robby Workman --- system/rox-filer/doinst.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'system/rox-filer') diff --git a/system/rox-filer/doinst.sh b/system/rox-filer/doinst.sh index 3f20c437354d..cae55bacddde 100644 --- a/system/rox-filer/doinst.sh +++ b/system/rox-filer/doinst.sh @@ -33,8 +33,6 @@ fi config etc/rox/xdg/rox.sourceforge.net/MIME-types/application_postscript.new config etc/rox/xdg/rox.sourceforge.net/MIME-types/text.new config etc/rox/xdg/rox.sourceforge.net/MIME-types/text_html.new -config etc/profile.d/rox-filer.sh.new -config etc/profile.d/rox-filer.csh.new preserve_perms etc/profile.d/rox-filer.sh.new preserve_perms etc/profile.d/rox-filer.csh.new -- cgit v1.2.3