Add problematic laptop
[tails-test.git] / config / chroot_local-hooks / 15-symlink-places.sqlite
blobb0c79b98b1aca74f391e7b502f39dc37e3cce71d
1 #!/bin/sh
3 echo "Creating symbolic link for potentially persistent iceweasel bookmarks"
5 #create a symlink to places.sqlite in iceweasel profile
6 #from a dedicated "bookmarks" directory, so that
7 #it can be easily made persistent
9 set -e
10 ln -s /home/amnesia/.mozilla/firefox/bookmarks/places.sqlite /etc/skel/.mozilla/firefox/default/places.sqlite
11 mkdir /etc/skel/.mozilla/firefox/bookmarks