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