Merge branch 'bugfix/git-https' into experimental
[tails-test.git] / config / chroot_local-hooks / 09-remove_pidgin_mxit_support
blob981f8cc9372375eba6efb2fc1a1e82a5a8137767
1 #!/bin/sh
3 set -e
5 # Remove pidgin's (libpurple's) mxit support, until CVE-2013-0272 and
6 # CVE-2013-0271 are fixed in the version of Debian Tails is built upon.
8 echo "removing pidgin mxit support"
10 dpkg -L libpurple0 | grep '/libmxit.so$' | xargs rm