repo.or.cz
/
tails-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'bugfix/git-https' into experimental
[tails-test.git]
/
config
/
chroot_local-hooks
/
09-remove_pidgin_mxit_support
blob
981f8cc9372375eba6efb2fc1a1e82a5a8137767
1
#!/bin/sh
2
3
set -e
4
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.
7
8
echo
"removing pidgin mxit support"
9
10
dpkg
-L
libpurple0 |
grep
'/libmxit.so$'
|
xargs rm