projects
/
platform
/
upstream
/
efl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
evas: use portable environment lookup.
[platform/upstream/efl.git]
/
pkgbuild
/
efl.install
1
post_install() {
2
update-mime-database usr/share/mime > /dev/null
3
}
4
5
post_upgrade() {
6
post_install
7
}
8
9
post_remove() {
10
post_install
11
}
12
13
14
15
16