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]
/
tasque-git
/
tasque-git.install
blob
0f32b9417323cecbac31012fe531489549dfe083
1
pkgname=tasque-git
2
3
post_install() {
4
usr/sbin/gconfpkg --install ${pkgname}
5
6
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
7
}
8
9
pre_upgrade() {
10
pre_remove $1
11
}
12
13
post_upgrade() {
14
post_install $1
15
}
16
17
pre_remove() {
18
usr/sbin/gconfpkg --uninstall ${pkgname}
19
}
20
21
post_remove() {
22
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
23
}
24
25
op=$1
26
shift
27
28
$op $*
29