remove ubuntu-touch/hooks/49-setup-demo-assets.chroot

This commit is contained in:
Oliver Grawert 2013-05-28 11:14:39 +02:00
parent e7feae4838
commit d7ec3fcc95
2 changed files with 3 additions and 17 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,9 @@
livecd-rootfs (2.137) UNRELEASED; urgency=low
* clear up /var/lib/initramfs-tools/ in teh chroot after building initrds
* clear up /var/lib/initramfs-tools/ in the chroot after building initrds
* remove ubuntu-touch/hooks/49-setup-demo-assets.chroot
-- Oliver Grawert <ogra@ubuntu.com> Mon, 27 May 2013 18:25:51 +0200
-- Oliver Grawert <ogra@ubuntu.com> Tue, 28 May 2013 11:13:57 +0200
livecd-rootfs (2.136) saucy; urgency=low

View File

@ -1,15 +0,0 @@
#!/bin/bash
# Extract pictures to user
tar -C /home/phablet/Pictures/ --strip-components=1 -xzf \
/usr/share/demo-assets/pictures.tgz
chown -R phablet:phablet /home/phablet/Pictures
# Copy videos to user
cp -p /usr/share/demo-assets/videos/* /home/phablet/Videos/
chown -R phablet:phablet /home/phablet/Videos
# Set up fake telepathy-logger data
mkdir -p /home/phablet/.local/share/TpLogger/logs
cp -aRp /usr/share/demo-assets/telephony-app/* /home/phablet/.local/share/TpLogger/logs
chown -R phablet.phablet /home/phablet/.local/