summaryrefslogtreecommitdiffstats
path: root/system/rox-filer/doinst.sh
Commit message (Collapse)AuthorAgeFilesLines
* system/rox-filer: don't leave empty .new files slakmagik2011-03-201-2/+0
| | | | | | | | | 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>
* system/rox-filer: Miscellaneous cleanups slakmagik2011-03-011-12/+14
| | | | | | | | | | | 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>
* Various: whitespace cleanups slakmagik2010-07-031-2/+1
| | | | | | | | | | 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>
* system/rox-filer: Added to 12.1 repository slakmagik2010-05-111-0/+39