From f4265ad3e4a52f34abac090b981c128b11dd3e99 Mon Sep 17 00:00:00 2001 From: anant Date: Thu, 14 Jun 2018 11:23:23 +0100 Subject: [PATCH] Added postinst for removing gtkhash. --- packages/hamara-sugam-config/debian/postinst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/hamara-sugam-config/debian/postinst diff --git a/packages/hamara-sugam-config/debian/postinst b/packages/hamara-sugam-config/debian/postinst new file mode 100644 index 00000000..bded9e7e --- /dev/null +++ b/packages/hamara-sugam-config/debian/postinst @@ -0,0 +1,3 @@ +#!/bin/bash +#Remove gtkhash desktop file +rm -f /usr/share/applications/gtkhash.desktop -- 2.17.1