home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / tcpdump.postinst < prev    next >
Encoding:
Text File  |  2009-03-27  |  178 b   |  10 lines

  1. #!/bin/sh -e
  2.  
  3. if [ "$1" = "configure" ]; then
  4.     # Reload AppArmor profile
  5.     if [ -x /etc/init.d/apparmor ]; then
  6.         invoke-rc.d apparmor force-reload || true
  7.     fi
  8. fi
  9.  
  10.