X-Git-Url: https://git.deb.at/?p=pkg%2Fnetris.git;a=blobdiff_plain;f=debian%2Fpostinst;fp=debian%2Fpostinst;h=0000000000000000000000000000000000000000;hp=28d17300de7cfb53c2849a03f7583fda54586bc5;hb=b7bd6f5a3bdc19f9b4e5e77740dd8f3a59af6730;hpb=c487bd2663cc316451b6ea2ecb632e7a29a4bf13 diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 28d1730..0000000 --- a/debian/postinst +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# debian/postinst script for netris -# copyright 2002-2010 by Rhonda D'Vine -# Licenced under WTFPLv2 - -set -e - -if [ "$1" != configure ]; then - exit 0 -fi - -if [ -x /usr/bin/update-menus ]; then - update-menus -fi