diff options
author | intrigeri <intrigeri@boum.org> | 2015-08-11 12:55:50 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2015-08-11 13:36:01 +0000 |
commit | 513846a2816e8421a7a5201b20ab1ace9ff727d0 (patch) | |
tree | dcaa034005ed0130fe30dce0e68bf8036e2d410f /config/chroot_local-patches | |
parent | 49428393c98e76f429d071216bd034f7af60db2f (diff) |
Drop Greeter-Activate-win8-theme-using-a-script.patch.
It "will be merge into the greeter but is here for testing" since a year,
is fuzzy on Jessie, and we have no working Windows camouflage there anyway.
Anyone who makes it work again will want to apply this patch to the Greeter
for real, next time.
Diffstat (limited to 'config/chroot_local-patches')
-rw-r--r-- | config/chroot_local-patches/Greeter-Activate-win8-theme-using-a-script.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/config/chroot_local-patches/Greeter-Activate-win8-theme-using-a-script.patch b/config/chroot_local-patches/Greeter-Activate-win8-theme-using-a-script.patch deleted file mode 100644 index 3343b7a..0000000 --- a/config/chroot_local-patches/Greeter-Activate-win8-theme-using-a-script.patch +++ /dev/null @@ -1,16 +0,0 @@ -This patch will be merge into the greeter but is here for testing. - ---- chroot.orig/etc/gdm3/PostLogin/Default -+++ chroot/etc/gdm3/PostLogin/Default -@@ -73,9 +73,7 @@ if [ -r "${CAMOUFLAGE_SETTINGS}" ] ; then - . "${CAMOUFLAGE_SETTINGS}" - case "${TAILS_CAMOUFLAGE_OS}" in - win8) -- install -m 0644 \ -- /usr/share/applications/tails-activate-win8-theme.desktop \ -- /etc/xdg/autostart/ -+ /usr/local/sbin/tails-prepare-win8-theme - ;; - esac - fi - |