From c34f78dd37c2a2015d43de5d89748a2f8147ba1b Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2012 23:14:57 +0000 Subject: Tue Jan 31 23:14:56 UTC 2012 --- testing/cinepaint/cinepaint.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/cinepaint/cinepaint.install (limited to 'testing/cinepaint/cinepaint.install') diff --git a/testing/cinepaint/cinepaint.install b/testing/cinepaint/cinepaint.install new file mode 100644 index 000000000..5e5cfef4d --- /dev/null +++ b/testing/cinepaint/cinepaint.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + update-desktop-database -q +} -- cgit v1.2.3-54-g00ecf