projects
/
pkg
/
netris.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Debian patch 0.52-2
[pkg/netris.git]
/
debian
/
postinst
1
#!/bin/sh -e
2
# postinst script for netris
3
4
if [ "$1" != configure ]; then
5
exit 0
6
fi
7
8
if [ -x /usr/bin/update-menus ]; then
9
update-menus
10
fi