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
14 mv -f /usr
/share
/i2p
"$DEST"
15 mv -f /usr
/sbin
/wrapper
"$DEST"
16 mv -f /usr
/share
/applications
/i2p-browser.desktop
"$DEST"