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
Setting lots of svn properties
[amule.git]
/
debian
/
amule.postinst
blob
e0a6e36ae70125c03a542a37ddc2084f43007c2b
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