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 26 16:09:46 UTC 2012
[aur-mirror.git]
/
textadept
/
textadept.install
blob
e483278f07917dcb5a0592bc62a2c6e4b4b757d9
1
post_install() {
2
echo "updating desktop and mime database..."
3
update-desktop-database -q
4
}
5
6
post_remove() {
7
post_install
8
}
9
10
post_upgrade() {
11
post_install
12
echo "make sure you read changelog at:"
13
echo "http://code.google.com/p/textadept/wiki/Changelog"
14
}