From 8984e430ad35066bdd26052348a42d9daaed36d6 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 12 Oct 2004 18:36:14 +0000 Subject: r1717: releasing version 4.2.21 --- autoscripts/postinst-desktop | 3 +++ autoscripts/postrm-desktop | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 autoscripts/postinst-desktop create mode 100644 autoscripts/postrm-desktop (limited to 'autoscripts') diff --git a/autoscripts/postinst-desktop b/autoscripts/postinst-desktop new file mode 100644 index 00000000..ff6e6a12 --- /dev/null +++ b/autoscripts/postinst-desktop @@ -0,0 +1,3 @@ +if [ "$1" = "configure" ] && which update-desktop-database >/dev/null 2>&1 ; then + update-desktop-database -q +fi diff --git a/autoscripts/postrm-desktop b/autoscripts/postrm-desktop new file mode 100644 index 00000000..38dd191c --- /dev/null +++ b/autoscripts/postrm-desktop @@ -0,0 +1,3 @@ +if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then + update-desktop-database -q +fi -- cgit v1.2.3