repo.or.cz
/
besstails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Resurrect another blueprint.
[besstails.git]
/
config
/
chroot_local-hooks
/
09-remove_pidgin_sametime_support
blob
9252e227d919bdbd1dca032cb21da80fe86355df
1
#!/bin/sh
2
3
set -e
4
5
# Remove pidgin's (libpurple's) sametime support, until CVE-2013-0273
6
# is fixed in the version of Debian Tails is built upon.
7
8
echo
"removing pidgin sametime support"
9
10
dpkg
-L
libpurple0 |
grep
'/libsametime.so$'
|
xargs rm