home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / debhelper / autoscripts / postinst-defoma < prev    next >
Encoding:
Text File  |  2006-06-17  |  107 b   |  6 lines

  1. if [ "$1" = "configure" ]; then
  2.  
  3.   test -x /usr/bin/defoma-app && /usr/bin/defoma-app update #PACKAGE#
  4.  
  5. fi
  6.