diff options
Diffstat (limited to 'nonprism/darktable/darktable.install')
-rw-r--r-- | nonprism/darktable/darktable.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nonprism/darktable/darktable.install b/nonprism/darktable/darktable.install new file mode 100644 index 000000000..24b15a4f5 --- /dev/null +++ b/nonprism/darktable/darktable.install @@ -0,0 +1,11 @@ +post_install() { + [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q +} + +post_upgrade() { + [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q +} + +post_remove() { + [ -x `which update-desktop-database 2>/dev/null` ] && update-desktop-database -q +} |