Changeset 2435
- Timestamp:
- 04/06/08 15:06:48 (8 months ago)
- Files:
-
- main/trunk/unsetup (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
main/trunk/unsetup
r2160 r2435 30 30 31 31 if $( ! which "package" > /dev/null 2>&1 ); then 32 echo "Package autopackage not found." 32 echo "Warning: Could not find the 'package' command. Your setup is likely broken." 33 echo "Will continue to try to clean this up anyway" 33 34 echo 34 exit 135 35 fi 36 36 … … 45 45 46 46 if [ ! -f "$apkg_main_dir/setup-log" ] ; then 47 echo "Autopackage support code is not linked to CVS. "47 echo "Autopackage support code is not linked to CVS. Nothing to do." 48 48 echo 49 49 exit 1
