Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / config / chroot_local-hooks / 15-symlink-places.sqlite
blob3c39cffeee87293fbd6e5f5097715253a20f46b0
1 #!/bin/sh
3 #create a symlink to places.sqlite in iceweasel profile
4 #from a dedicated "bookmarks" directory, so that
5 #it can be easily made persistent
7 set -e
8 ln -s /home/amnesia/.mozilla/firefox/bookmarks/places.sqlite /etc/skel/.mozilla/firefox/default/places.sqlite
9 mkdir /etc/skel/.mozilla/firefox/bookmarks