livecd-rootfs/live-build/ubuntu-desktop-next/hooks/07-configure-system-image-client.chroot
Sebastien Bacher eab885e336 Import patches-unapplied version 2.313 to ubuntu/wily-proposed
Imported using git-ubuntu import.

Changelog parent: c046fa9fdcbf36b055b539a6ab23257fa1f1ff0e

New changelog entries:
  * Revert symlink changes, that creates build issues, copy updated hook
    to the desktop-next directory instead
2015-06-10 09:48:42 +00:00

8 lines
249 B
Bash
Executable File

#!/bin/sh -x
# Change default cache partition (until LP: #1373467 is fixed).
if [ -f /etc/system-image/client.ini ]; then
sed -ie 's!cache_partition: /android/cache/recovery!cache_partition: /userdata/cache!g' \
/etc/system-image/client.ini
fi