From 8cabc67967e8b0d613af255553f1ff9db60190e4 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:12:15 +0200 Subject: Adding debian version 5.4.4-1. Signed-off-by: Daniel Baumann --- debian/postinst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/postinst (limited to 'debian/postinst') diff --git a/debian/postinst b/debian/postinst new file mode 100644 index 0000000..627747b --- /dev/null +++ b/debian/postinst @@ -0,0 +1,16 @@ +#!/bin/sh + +set -e + +case "$1" in + configure) + if [ -f /etc/bash_completion.d/reprepro.dpkg-remove ] ; then + echo "Removing obsolete unmodified conffile /etc/bash_completion.d/reprepro" + rm -f /etc/bash_completion.d/reprepro.dpkg-remove + fi + ;; +esac + +#DEBHELPER# + +exit 0 -- cgit v1.2.3