2 _ffver=`pacman -Q firefox | cut -f2 -d\ | cut -f1 -d-`
3 emid=`pacman -Ql firefox-firesheep | cut -f6 -d/|tail -1`
5 if [ $arch == i686 ];then
7 elif [ $arch == x86_64 ];then
10 #/usr/lib/firefox-${_ffver}/extensions/$emid/platform/Linux_x86_64-gcc3/firesheep-backend --fix-permissions
11 /usr/lib/firefox-${_ffver}/extensions/$emid/platform/Linux_${ARCH}-gcc3/firesheep-backend --fix-permissions
13 echo ">>> Fixed backend permissions: firesheep-backend --fix-permissions"
14 echo ">>> Security: suid bit set on firesheep-backend binary"