From 4ec85b860b210ba7c09123fef95b8eb24cd1828d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 5 Jun 2016 15:09:40 +0200 Subject: new debian/shotwell-common.postrm --- debian/shotwell-common.postrm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/shotwell-common.postrm (limited to 'debian/shotwell-common.postrm') diff --git a/debian/shotwell-common.postrm b/debian/shotwell-common.postrm new file mode 100644 index 0000000..2390561 --- /dev/null +++ b/debian/shotwell-common.postrm @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + + +case "$1" in + purge|remove) + + # + # rebuild icon cache + # + gtk-update-icon-cache /usr/share/icons/hicolor + +esac + +#DEBHELPER# -- cgit v1.2.3