adding the cleanup routines
[nodejs-repoproxy.git] / lib / repo-yum.js
diff --git a/lib/repo-yum.js b/lib/repo-yum.js
new file mode 100644 (file)
index 0000000..18b383a
--- /dev/null
@@ -0,0 +1,5 @@
+function maintain(details) {
+       console.log("doing yum clean for ", details);
+}
+
+exports.maintain = maintain;
\ No newline at end of file