diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-08 13:57:49 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2011-03-08 13:57:49 -0300 |
commit | 2555d120024bfa1fcdbddef864fff96154492d79 (patch) | |
tree | 138b5625ad95e22470f5ebe1a2b101a1039c07d1 /libre/thunderbird-libre/thunderbird.install | |
parent | f8b272306d2229de2b62acc19782d067d01fa737 (diff) |
seamonkey-libre-2.0.12-1
Diffstat (limited to 'libre/thunderbird-libre/thunderbird.install')
-rw-r--r-- | libre/thunderbird-libre/thunderbird.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/thunderbird-libre/thunderbird.install b/libre/thunderbird-libre/thunderbird.install new file mode 100644 index 000000000..660593cf5 --- /dev/null +++ b/libre/thunderbird-libre/thunderbird.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} |