From 62b82c599eb3d593159ab6343cb250c76a6ec4df Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 9 Apr 2012 16:29:09 -0300 Subject: social/tomb-1.2-1 encryption and stenography tool --- 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