repo.or.cz
/
amule.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consistent naming in UPnP
[amule.git]
/
debian
/
amule.postrm
blob
2c1241a31a6f46cc059b6e6c504ca1c44cbfb0ee
1
#!/bin/sh
2
3
set -e
4
5
if
[
"
$1
"
=
"remove"
] && [
-x
/
usr
/
bin
/
update-menus
];
then
update-menus
;
fi
6
7
#DEBHELPER#