From 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Feb 2012 23:14:50 +0000 Subject: Mon Feb 6 23:14:50 UTC 2012 --- community-staging/mtpaint/mtpaint.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community-staging/mtpaint/mtpaint.install (limited to 'community-staging/mtpaint/mtpaint.install') diff --git a/community-staging/mtpaint/mtpaint.install b/community-staging/mtpaint/mtpaint.install new file mode 100644 index 000000000..99a538dea --- /dev/null +++ b/community-staging/mtpaint/mtpaint.install @@ -0,0 +1,13 @@ +post_upgrade() { + update-desktop-database -q +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} + +# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf