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 Wed Jan 11 16:09:51 UTC 2012
[aur-mirror.git]
/
scribus-stable
/
scribus.install
blob
b3ac9f341b7908c058b2638eedcdc1f44d9243dd
1
2
post_install() {
3
echo "update desktop mime database..."
4
update-mime-database usr/share/mime
5
update-desktop-database -q
6
}
7
post_upgrade() {
8
post_install $1
9
}
10
11
post_remove() {
12
echo "update desktop mime database..."
13
update-mime-database usr/share/mime
14
update-desktop-database -q
15
}