repo.or.cz
/
bitlbee.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Scan media entities as well, not just url entities. This should expand more
[bitlbee.git]
/
debian
/
bitlbee.prerm
blob
eeba2862ee5967cfd3026ccc2b565b93d53a7df5
1
#!/bin/sh
2
3
set -e
4
5
if
[
"
$1
"
!=
"upgrade"
];
then
6
invoke-rc.d bitlbee stop ||
exit
0
7
fi