diff options
Diffstat (limited to 'community/eiciel/eiciel.install')
-rw-r--r-- | community/eiciel/eiciel.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/community/eiciel/eiciel.install b/community/eiciel/eiciel.install new file mode 100644 index 000000000..a203bc01d --- /dev/null +++ b/community/eiciel/eiciel.install @@ -0,0 +1,16 @@ +post_install() { + update-desktop-database -q +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} + |