home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-defoma < prev    next >
Encoding:
Text File  |  2009-12-31  |  119 b   |  6 lines

  1. if [ "$1" = "configure" ]; then
  2.     if [ -x "`which defoma-app 2>/dev/null`" ]; then
  3.         defoma-app update #PACKAGE#
  4.     fi
  5. fi
  6.