From: Reinhard Tartler Date: Thu, 31 Jan 2019 01:51:55 +0000 (-0500) Subject: remove bogus maintainer scripts X-Git-Tag: archive/raspbian/1.0.1+dfsg1-4+rpi1~1^2~53 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a29aa82b9fb89b9a4a955640f7635cdd78962491;p=gpac.git remove bogus maintainer scripts they were committed accidentally --- diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index d0d5f4d..0000000 --- a/debian/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_installmenu -if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then - update-menus -fi -# End automatically added section diff --git a/debian/postrm b/debian/postrm deleted file mode 100644 index a30dbac..0000000 --- a/debian/postrm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_installmenu -if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi -# End automatically added section