# /usr/lib/mindi/IncludeCustomDependencies
#
# Debian Plugin script to add additional dependencies to mindi boot media
#
# Changelog:
# 24Jul04AL: initial version
# 04Oct04AL: removed partimagehack as it is now in the path
#

# Get petris included on recovery media
if cp -f /usr/games/petris $bigdir/bin ; then
  LocateDeps $bigdir/bin/petris >> $outfile.pre
else
  LogIt "Cannot find /usr/games/petris. You will not"
  LogIt "be able to play petris during restore."
fi
