projects
/
platform
/
upstream
/
enlightenment.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
gitignore: don't track change.
[platform/upstream/enlightenment.git]
/
pkgbuild
/
enlightenment.install
1
post_install() {
2
update-mime-database usr/share/mime > /dev/null
3
update-desktop-database -q
4
}
5
6
post_upgrade() {
7
post_install
8
}
9
10
post_remove() {
11
post_install
12
}