X Strike Force X.Org X11 SVN commit: r631 - trunk/debian
Author: dnusinow
Date: 2005-09-27 20:56:15 -0500 (Tue, 27 Sep 2005)
New Revision: 631
Modified:
trunk/debian/x11-common.postinst.in
Log:
Make necessary changes to x11-common.postinst to actually remove xfree86-common conffiles
Modified: trunk/debian/x11-common.postinst.in
===================================================================
--- trunk/debian/x11-common.postinst.in 2005-09-28 01:48:52 UTC (rev 630)
+++ trunk/debian/x11-common.postinst.in 2005-09-28 01:56:15 UTC (rev 631)
@@ -27,6 +27,17 @@
remove_conffile_commit /etc/X11/Xsession.d/40xfree86-common_xmodmap
+remove_conffile_commit /etc/X11/Xresources/xfree86-common
+remove_conffile_commit /etc/X11/Xsession
+remove_conffile_commit /etc/X11/Xsession.d/20xfree86-common_process-args
+remove_conffile_commit /etc/X11/Xsession.d/30xfree86-common_xresources
+remove_conffile_commit /etc/X11/Xsession.d/50xfree86-common_determine-startup
+remove_conffile_commit /etc/X11/Xsession.d/90xfree86-common_ssh-agent
+remove_conffile_commit /etc/X11/Xsession.d/99xfree86-common_start
+remove_conffile_commit /etc/X11/Xsession.options
+remove_conffile_commit /etc/X11/rgb.txt
+remove_conffile_commit /etc/init.d/xfree86-common
+
if [ -e /etc/init.d/x11-common ]; then
update-rc.d x11-common start 70 S .
fi
Reply to: