repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git]
/
djvulibre-nogui
/
djvulibre.install
blob
b67f93b18382b24bfabfb1d33163b949c73e4055
1
post_install() {
2
if [ -x /usr/bin/gtk-update-icon-cache ]; then
3
gtk-update-icon-cache -q -f /usr/share/icons/hicolor
4
fi
5
update-desktop-database -q
6
update-mime-database usr/share/mime
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
post_remove() {
14
post_install $1
15
}
16
17
op=$1
18
shift
19
20
$op $*