Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-07-06 21:40:48 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-08-01 23:23:28 (GMT)
commit1d00030aea24f823185c67f099526890416e80e5 (patch)
tree75d11159a965b238d9f2d5aa3268f19bb91ac6ac
parentf3ee4f2a7efbb4565e30cb3ebc13da32b73c97d1 (diff)
Remove various obsoleted tweaks
-rw-r--r--modules/base/kspost.10.core.inc8
-rw-r--r--modules/x11/kspost.60.misc.inc6
2 files changed, 0 insertions, 14 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index bde5c34..a2f91f1 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -244,14 +244,6 @@ sed -i -e 's/EnableWattsUpPro=true/EnableWattsUpPro=false/' \
# https://bugzilla.redhat.com/show_bug.cgi?id=821952
rm -f /etc/xdg/autostart/tracker*.desktop 2>/dev/null
-# work around systemd bug preventing / being safely handled on shutdown (#11766)
-# https://bugs.freedesktop.org/show_bug.cgi?id=49447
-cat >> /lib/systemd/system-shutdown/olpc_shutdown.sh <<EOF
-#!/bin/sh
-/usr/bin/mount -o remount,ro /
-EOF
-chmod a+x /lib/systemd/system-shutdown/olpc_shutdown.sh
-
# wtmp updating is racy on shutdown (#11952)
# Disable it, it's not interesting for us
rm -f /var/log/wtmp
diff --git a/modules/x11/kspost.60.misc.inc b/modules/x11/kspost.60.misc.inc
index b15bec0..4b91dbd 100644
--- a/modules/x11/kspost.60.misc.inc
+++ b/modules/x11/kspost.60.misc.inc
@@ -79,11 +79,5 @@ EOF
chown -R olpc:olpc /home/olpc/.scim
-# remove gstreamer pulse element so that totem doesn't try to use it (#10158)
-[ -e /usr/lib/gstreamer-0.10/libgstpulse.so ] && rm /usr/lib/gstreamer-0.10/libgstpulse.so
-
-# if totem is installed, set default volume to 100% (#10158)
-gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --dir-exists /apps/totem && gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type int --set /apps/totem/volume 100
-
exit 0