Updating trace file after uploading 1.3.
[tails-test.git] / config / chroot_local-hooks / 97-remove_i2p
blob071f537b96be45f5a750913ba4cb55261970ff9d
1 #!/bin/sh
3 set -u
4 set -e
6 # Everything moved by this hook script will be reversed in the event that
7 # the string "i2p" is entered at a boot prompt
9 DEST="/usr/share/tails/i2p-disabled"
11 [ -d "/usr/share/i2p" ] || return 0
13 mkdir "$DEST"
14 mv -f /usr/share/i2p "$DEST"
15 mv -f /usr/sbin/wrapper "$DEST"
16 mv -f /usr/share/applications/i2p-browser.desktop "$DEST"