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 Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git]
/
keysafe
/
keysafe.install
blob
b650e8e9779175ecaf1d49bafa1c8a1e8cf70040
1
pkgname=keysafe
2
3
post_install() {
4
usr/sbin/gconfpkg --install ${pkgname}
5
update-desktop-database -q
6
}
7
8
pre_upgrade() {
9
pre_remove $1
10
}
11
12
post_upgrade() {
13
post_install $1
14
}
15
16
pre_remove() {
17
usr/sbin/gconfpkg --uninstall ${pkgname}
18
}
19
20
post_remove() {
21
update-desktop-database -q
22
}