From 0be822175bb3cef0534b9a0597e84ae1ee6374ec Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 4 Sep 2014 01:57:36 -0300 Subject: remove nonprism suffix and add complex pkgrel on nonprism packages --- nonprism/darktable/darktable.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 nonprism/darktable/darktable.install (limited to 'nonprism/darktable/darktable.install') 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 +} -- cgit v1.2.3-54-g00ecf