summaryrefslogtreecommitdiffstats
path: root/packaging/dpkg/default_files/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/dpkg/default_files/install.sh')
-rwxr-xr-xpackaging/dpkg/default_files/install.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/packaging/dpkg/default_files/install.sh b/packaging/dpkg/default_files/install.sh
deleted file mode 100755
index cb090fa7..00000000
--- a/packaging/dpkg/default_files/install.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-if [ "$EUID" -ne 0 ]; then
- echo "You need to start this installer as user root"
- exit
-fi
-
-cp -Rv dxs /usr/share/
-cp -v man/* /usr/share/man/man1/
-#Create links to provide the scripts to the user
-pushd /usr/sbin > /dev/null
-ln -vs ../share/dxs/installer/ld4-inst
-ln -vs ../share/dxs/initrd/mkdxsinitrd
-popd > /dev/null
-echo "Done."