diff options
author | root <root@rshg054.dnsready.net> | 2012-02-09 23:14:54 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-09 23:14:54 +0000 |
commit | 4bc61018eec54dbe50e7556ce01d2ef2859b2c9f (patch) | |
tree | 3ea5705a573fd320639395f484fc12335e0a1b88 /extra/chemtool/chemtool.install | |
parent | 54b7119c36756b86ea463649ee972cd6c1ce5863 (diff) |
Thu Feb 9 23:14:54 UTC 2012
Diffstat (limited to 'extra/chemtool/chemtool.install')
-rw-r--r-- | extra/chemtool/chemtool.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/chemtool/chemtool.install b/extra/chemtool/chemtool.install new file mode 100644 index 000000000..e111ef946 --- /dev/null +++ b/extra/chemtool/chemtool.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |