diff options
author | slakmagik <slakmagik@gmail.com> | 2011-03-12 21:49:26 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-20 14:08:08 -0500 |
commit | 06f9a9c223990236e9c637850371e0c1078451d7 (patch) | |
tree | 39c3a1f32e370d60301e7bc3727bec42e836b7d5 /system/rox-filer | |
parent | 90de20511a9308a0a6ed85c23c3348ca4fdeae5f (diff) | |
download | slackbuilds-06f9a9c223990236e9c637850371e0c1078451d7.tar.gz |
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 <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rox-filer')
-rw-r--r-- | system/rox-filer/doinst.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/rox-filer/doinst.sh b/system/rox-filer/doinst.sh index 3f20c43735..cae55bacdd 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 |