summaryrefslogtreecommitdiff
path: root/desktop/slim/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/slim/doinst.sh')
-rw-r--r--desktop/slim/doinst.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/desktop/slim/doinst.sh b/desktop/slim/doinst.sh
index 49a1fd7229..d419960559 100644
--- a/desktop/slim/doinst.sh
+++ b/desktop/slim/doinst.sh
@@ -1,5 +1,3 @@
-#!/bin/sh
-
config() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"
@@ -13,13 +11,5 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
-# Keep same perms on rc.slim.new:
-if [ -e etc/rc.d/rc.slim ]; then
- cp -a etc/rc.d/rc.slim etc/rc.d/rc.slim.new.incoming
- cat etc/rc.d/rc.slim.new > etc/rc.d/rc.slim.new.incoming
- mv etc/rc.d/rc.slim.new.incoming etc/rc.d/rc.slim.new
-fi
-
-config etc/rc.d/rc.slim.new
config etc/slim.conf.new