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]
/
screem
/
screem.install
blob
a3276032d9e54a9d083b133437002cdf2a81dae0
1
pkgname=screem
2
3
post_install() {
4
gconfpkg --install ${pkgname}
5
update-desktop-database -q
6
update-mime-database usr/share/mime > /dev/null
7
}
8
9
pre_upgrade() {
10
pre_remove $1
11
}
12
13
post_upgrade() {
14
post_install $1
15
}
16
17
pre_remove() {
18
gconfpkg --uninstall ${pkgname}
19
}
20
21
post_remove() {
22
update-desktop-database -q
23
update-mime-database usr/share/mime > /dev/null
24
}