From e4e0c9e36afec29cf3f5e4f24c2b085a12c7837f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jan 2015 19:36:10 +0100 Subject: Add scripts to replace shotwell-video-thumbnailer --- debian/shotwell.postrm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/shotwell.postrm (limited to 'debian/shotwell.postrm') diff --git a/debian/shotwell.postrm b/debian/shotwell.postrm new file mode 100644 index 0000000..2dbce77 --- /dev/null +++ b/debian/shotwell.postrm @@ -0,0 +1,15 @@ +#!/bin/sh + +set -e + +if [ "$1" = purge ]; then + + # + # remove backup files + # + if [ -e /usr/lib/shotwell-video-thumbnailer.org ] ; then + rm -f /usr/lib/shotwell-video-thumbnailer.org + fi +fi + +#DEBHELPER# -- cgit v1.2.3