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]
/
nemiver
/
nemiver.install
blob
a14d235b953ca0688c243e158d7de475cc1d5136
1
pkgname=nemiver
2
3
post_install() {
4
glib-compile-schemas usr/share/glib-2.0/schemas
5
update-desktop-database -q
6
gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
7
}
8
9
pre_upgrade() {
10
if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
11
usr/sbin/gconfpkg --uninstall ${pkgname}
12
fi
13
}
14
15
post_upgrade() {
16
post_install $1
17
}
18
19
post_remove() {
20
post_install $1
21
}