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 12:17:07 UTC 2012
[aur-mirror.git]
/
nautilus-makepkg
/
nautilus-makepkg.install
blob
a25adfcbdba95a25571d1f575538a6c09ab7484f
1
pkgname=nautilus-makepkg
2
3
post_install() {
4
usr/sbin/gconfpkg --install "${pkgname}"
5
}
6
7
pre_upgrade() {
8
pre_remove
9
}
10
11
post_upgrade() {
12
post_install
13
}
14
15
pre_remove() {
16
usr/sbin/gconfpkg --uninstall "${pkgname}"
17
}