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