diff options
Diffstat (limited to 'actinium-qt.install')
-rw-r--r-- | actinium-qt.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/actinium-qt.install b/actinium-qt.install new file mode 100644 index 00000000000..f98ba733893 --- /dev/null +++ b/actinium-qt.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} |