diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-26 04:39:17 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-08-26 04:39:17 -0300 |
commit | b878c56002c5777dcbf6d713b0002aead5169286 (patch) | |
tree | 63d81edf3a21bd76f78f872709f6da5ce5aae582 /extra/lukeshu-xbs/db-init | |
parent | e1f1ba1883d5cd76f0a1de7ce0c39af971bf79bb (diff) |
remove more duplicated files
Diffstat (limited to 'extra/lukeshu-xbs/db-init')
-rwxr-xr-x | extra/lukeshu-xbs/db-init | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/lukeshu-xbs/db-init b/extra/lukeshu-xbs/db-init deleted file mode 100755 index e25dbff..0000000 --- a/extra/lukeshu-xbs/db-init +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -# Creates the repo structure defined in config - -source "$(dirname "$(readlink -e "$0")")/config" - -mkdir -p -- "${FTP_BASE}"/{"${PKGPOOL}","${SRCPOOL}"} "${CLEANUP_DESTDIR}" "${SOURCE_CLEANUP_DESTDIR}" "${STAGING}" |