This file is indexed.

/usr/share/livecd-rootfs/live-build/ubuntu-desktop-next/hooks/07-configure-system-image-client.chroot is in livecd-rootfs 2.525.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
#!/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