#!/bin/sh # Fails is supporteds set -e # Test if old file exists and remove it [ ! -f /etc/n4d/conf.d/install-deb-package-from-repostories ] || rm -f /etc/n4d/conf.d/install-deb-package-from-repostories #DEBHELPER#