Resurrect another blueprint.
[besstails.git] / config / chroot_local-hooks / 09-remove_pidgin_sametime_support
blob9252e227d919bdbd1dca032cb21da80fe86355df
1 #!/bin/sh
3 set -e
5 # Remove pidgin's (libpurple's) sametime support, until CVE-2013-0273
6 # is fixed in the version of Debian Tails is built upon.
8 echo "removing pidgin sametime support"
10 dpkg -L libpurple0 | grep '/libsametime.so$' | xargs rm