summaryrefslogtreecommitdiffstats
path: root/core/modules/ncp/module.conf.debian
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/ncp/module.conf.debian')
-rw-r--r--core/modules/ncp/module.conf.debian27
1 files changed, 0 insertions, 27 deletions
diff --git a/core/modules/ncp/module.conf.debian b/core/modules/ncp/module.conf.debian
deleted file mode 100644
index 144f019a..00000000
--- a/core/modules/ncp/module.conf.debian
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/bash
-REQUIRED_INSTALLED_PACKAGES="
- ncpfs
- libncp
-"
-REQUIRED_CONTENT_PACKAGES="
- ncpfs
- libncp
-"
-REQUIRED_BINARIES+="
- nwmsg
- ncpmount
- ncpumount
- mount.ncp
- mount.ncpfs
-"
-REQUIRED_DIRECTORIES+="
- /usr
-"
-
-# For Debian 8: Both packages were dropped from official repos. Do not change the
-# order, as these packages will be installed via dpkg and depend on each other.
-REQUIRED_DOWNLOAD_URLS="
- ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/libpam-ncp_2.2.6-9_amd64.deb
- ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/libncp_2.2.6-9_amd64.deb
- ftp.acc.umu.se/mirror/cdimage/snapshot/Debian/pool/main/n/ncpfs/ncpfs_2.2.6-9_amd64.deb
-"