#!/bin/sh DEBTOINSTALL="/usr/share/lliurex-nx/debs/nxclient_3.4.0-7_i386.deb" if [ -r "$DEBTOINSTALL" ] ; then dpkg -i "$DEBTOINSTALL" fi #DEBHELPER#