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
Whitespace fixes
[amule.git]
/
debian
/
amule.postinst
blob
8f29e7bb783af65bc8f9a829f01ba2ff6bc1c5ac
1
#!/bin/sh
2
3
set -e
4
5
#DEBHELPER#
6
7
if
[
"
$1
"
=
"configure"
] && [
-x
/
usr
/
bin
/
update-menus
];
then
update-menus
;
fi
8
9
exit
0