Edit file File name : ndn-megacli.postinst Content :#!/bin/sh # postinst script for bredsaal_laptop # # see: dh_installdeb(1) if [ ! -L /usr/lib/libsysfs.so.2.0.2 ]; then echo "Symlink does not exist. Attempting to create it." ln -s /usr/lib/libsysfs.so.2.0.1 /usr/lib/libsysfs.so.2.0.2 else echo "Symlink exists!" fi Save