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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
octane-demo
/
octanedemo.install
blob
9aabb1a0096b04c45b35e50a8bf666131c2445ce
1
post_install() {
2
echo "update desktop mime database..."
3
update-desktop-database -q
4
}
5
6
post_remove() {
7
echo "update desktop mime database..."
8
update-desktop-database -q
9
}
10
11
# vim: set noet ff=unix: