summaryrefslogtreecommitdiffhomepage
path: root/subr.rtl/rtl_fileop.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr.rtl/rtl_fileop.subr')
-rw-r--r--subr.rtl/rtl_fileop.subr7
1 files changed, 7 insertions, 0 deletions
diff --git a/subr.rtl/rtl_fileop.subr b/subr.rtl/rtl_fileop.subr
index 9b910ca4..b628ac05 100644
--- a/subr.rtl/rtl_fileop.subr
+++ b/subr.rtl/rtl_fileop.subr
@@ -20,6 +20,13 @@ rtlp_fileop_log() {
# Public subroutines
#
+#
+# rtl_fileop() - clean download cache for single package
+# @_op: file operation
+# @...: file operation arguments
+#
+# Returns: zero (0) on success, non-zero (>0) on failure
+#
rtl_fileop() {
local _rf_op="${1}" \
_rf_dst="" _rf_group="" _rf_install_args="" \