updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / textadept / textadept.install
blobe483278f07917dcb5a0592bc62a2c6e4b4b757d9
1 post_install() {
2   echo "updating desktop and mime database..."
3   update-desktop-database -q
6 post_remove() {
7   post_install
10 post_upgrade() {
11   post_install
12   echo "make sure you read changelog at:"
13   echo "http://code.google.com/p/textadept/wiki/Changelog"