repo.or.cz
/
conkeror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
youtube_uri_regexp: match urls where 'v' is not first query variable
[conkeror.git]
/
debian
/
conkeror.prerm
blob
6e3dfdf1dadcc98e9032f217d700a5f04fdef336
1
#!/bin/sh
2
set -e
3
4
if
[
"
$1
"
=
"remove"
-o
"
$1
"
=
"deconfigure"
] ;
then
5
update-alternatives
--remove
x-www-browser
/
usr
/
bin
/
conkeror
6
fi
7
8
#DEBHELPER#
9
10
exit
0