#!/bin/sh # debian/postinst script for netris # copyright 2002-2010 by Gerfried Fuchs # Licenced under WTFPLv2 set -e if [ "$1" != configure ]; then exit 0 fi if [ -x /usr/bin/update-menus ]; then update-menus fi