summaryrefslogtreecommitdiffstats
path: root/remote/modules/smbclient
diff options
context:
space:
mode:
authorJonathan Bauer2014-03-25 16:05:27 +0100
committerJonathan Bauer2014-03-25 16:05:27 +0100
commit249e951ce236e3bbeb32b5a943215524a81f42f2 (patch)
treee7538724066c4a0330f2e6588e956680613bff57 /remote/modules/smbclient
parent[consolekit] woops, delete old files (diff)
downloadtm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.gz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.tar.xz
tm-scripts-249e951ce236e3bbeb32b5a943215524a81f42f2.zip
woopsie, the return ;)
Diffstat (limited to 'remote/modules/smbclient')
-rw-r--r--remote/modules/smbclient/smbclient.build20
-rw-r--r--remote/modules/smbclient/smbclient.conf10
-rw-r--r--remote/modules/smbclient/smbclient.conf.opensuse9
-rw-r--r--remote/modules/smbclient/smbclient.conf.ubuntu9
4 files changed, 0 insertions, 48 deletions
diff --git a/remote/modules/smbclient/smbclient.build b/remote/modules/smbclient/smbclient.build
deleted file mode 100644
index dc28dd26..00000000
--- a/remote/modules/smbclient/smbclient.build
+++ /dev/null
@@ -1,20 +0,0 @@
-fetch_source() {
- :
-}
-
-build() {
- COPYLIST="list_dpkg_output"
- [ -e "$COPYLIST" ] && rm "$COPYLIST"
-
- list_packet_files >> "$COPYLIST"
- tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
-
- local BIN_LOCATION="$(which smbspool)"
- if [ ! -z "${BIN_LOCATION}" -a -e "${BIN_LOCATION}" ]; then
- ln -sf "${BIN_LOCATION}" "${MODULE_BUILD_DIR}/usr/lib/cups/backend/smb"
- fi
-}
-
-post_copy() {
- :
-}
diff --git a/remote/modules/smbclient/smbclient.conf b/remote/modules/smbclient/smbclient.conf
deleted file mode 100644
index 460c57b5..00000000
--- a/remote/modules/smbclient/smbclient.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-REQUIRED_BINARIES="
- smbspool
- smbcacls
- rpcclient
- smbcquotas
- smbget
- smbclient
- smbtree
- smbtar
-"
diff --git a/remote/modules/smbclient/smbclient.conf.opensuse b/remote/modules/smbclient/smbclient.conf.opensuse
deleted file mode 100644
index f524d100..00000000
--- a/remote/modules/smbclient/smbclient.conf.opensuse
+++ /dev/null
@@ -1,9 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- samba-client
-"
-REQUIRED_CONTENT_PACKAGES="
- samba-client
-"
-REQUIRED_FILES="
- /usr/lib/cups/backend/smb
-"
diff --git a/remote/modules/smbclient/smbclient.conf.ubuntu b/remote/modules/smbclient/smbclient.conf.ubuntu
deleted file mode 100644
index 4b33f4bd..00000000
--- a/remote/modules/smbclient/smbclient.conf.ubuntu
+++ /dev/null
@@ -1,9 +0,0 @@
-REQUIRED_INSTALLED_PACKAGES="
- smbclient
-"
-REQUIRED_CONTENT_PACKAGES="
- smbclient
-"
-REQUIRED_FILES="
- /usr/lib/cups/backend/smb
-"