repo.or.cz
/
shopper.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Begin packaging changes
[shopper.git]
/
debian
/
postinst
blob
53098e44c437aff9f47538875b8047563033cc34
1
#!/bin/sh -e
2
3
gtk-update-icon-cache
-f
/
usr
/
shar
e
/
icons
/
hicolor
4
5
oldversion
=
"
$2
"
6
if
[
-z
"
$oldversion
"
];
then
7
maemo-select-menu-location shopper.desktop
8
fi
9
10
exit
0