From 04aff5f70cb7c04abe06ca8eaf8261cbb0eeb378 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Apr 2012 00:01:18 +0000 Subject: Wed Apr 11 00:01:18 UTC 2012 --- social/tomb/tomb.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 social/tomb/tomb.install (limited to 'social/tomb/tomb.install') diff --git a/social/tomb/tomb.install b/social/tomb/tomb.install new file mode 100644 index 000000000..c1ee8b339 --- /dev/null +++ b/social/tomb/tomb.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + update-mime-database usr/share/mime +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + -- cgit v1.2.3-54-g00ecf