updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / etoys / etoys.install
blob061ef450cb75a9b3313ff39da75cfc1ab1593387
1 post_install() {
2   echo "Updating mime info..."
3   update-mime-database usr/share/mime
6 post_upgrade() {
7   post_install
10 post_remove() {
11   post_install
14 # vim:set ts=2 sw=2 et: