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:
authorSebastian Silva <sebastian@somosazucar.org>2013-11-14 10:30:39 (GMT)
committer Sebastian Silva <sebastian@somosazucar.org>2013-11-14 10:30:39 (GMT)
commit6e1fe283d734a6d9e3bcee3923360ac15a73e184 (patch)
treed95988bcf65831744ec8aae861f117c175a4bf5a /post.d/rc.sh
parentc61be6777167468b09cd4b7ec2f4e9b25bb76b8e (diff)
Try to sync with reference-xo
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