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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
gnucash-docs
/
gnucash-docs.install
blob
e82d4b10b2639c7a318a56a28441cf4db6e434aa
1
post_install() {
2
echo "updating scrollkeeper catalogue ..."
3
scrollkeeper-update -q -p /var/lib/scrollkeeper
4
update-desktop-database -q
5
}
6
7
post_upgrade() {
8
echo "updating scrollkeeper catalogue ..."
9
update-desktop-database -q
10
scrollkeeper-update -q -p /var/lib/scrollkeeper
11
}
12
13
post_remove() {
14
post_install $1
15
}
16
17
op=$1
18
shift
19
20
$op $*