aboutsummaryrefslogtreecommitdiff
path: root/system/rox-filer/doinst.sh
AgeCommit message (Collapse)Author
2011-03-20system/rox-filer: don't leave empty .new filesslakmagik
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>
2011-03-01system/rox-filer: Miscellaneous cleanupsslakmagik
Clarify a point in the README that some users are interested in. Update the doinst.sh to the new template. Remove unneeded comments. Comment why there's no strip code. Fix indentation. Remove bashism (brace expansion). Replace a 'cd...cd -' with a subshell. Tighten up other one-line subshells so it's consistent with the rest of the one-line subshells. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-07-03Various: whitespace cleanupsslakmagik
All trailing whitespace (either at EOL or as entire last line) was removed except in slack-desc files where all of them were made to leave a trailing space after the 'blank' colons. This only affects the builds that I maintain. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2010-05-11system/rox-filer: Added to 12.1 repositoryslakmagik