Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/post.d/rc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'post.d/rc.sh')
-rw-r--r--post.d/rc.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/post.d/rc.sh b/post.d/rc.sh
deleted file mode 100644
index c91fae3..0000000
--- a/post.d/rc.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-grep sweets.d /etc/rc.local >/dev/null || cat >>/etc/rc.local <<EOF
-for i in \$(find /etc/sweets.d -type f -printf "%P\n"); do
- [ /etc/sweets.d/\$i -nt /\$i ] && cp -a /etc/sweets.d/\$i /\$i
-done
-EOF
-. /etc/rc.local