diff options
Diffstat (limited to 'ubiquity-hooks/20xconfig')
-rwxr-xr-x | ubiquity-hooks/20xconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ubiquity-hooks/20xconfig b/ubiquity-hooks/20xconfig deleted file mode 100755 index 92d7097..0000000 --- a/ubiquity-hooks/20xconfig +++ /dev/null @@ -1,11 +0,0 @@ -#! /bin/sh -set -e - -if [ -f /etc/X11/xorg.conf ]; then - cp -a /etc/X11/xorg.conf /target/etc/X11/xorg.conf - # requires x11-common (>= 7.0.0-0ubuntu1) - mkdir -p /target/var/lib/x11 - chroot /target sh -c 'md5sum /etc/X11/xorg.conf > /var/lib/x11/xorg.conf.md5sum' -fi - -exit 0 |