Changeset 1216
- Timestamp:
- 03/29/05 20:45:09 (4 years ago)
- Files:
-
- trunk/debian/postinst (modified) (1 diff)
- trunk/debian/preinst (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/postinst
r1211 r1216 29 29 QUIT=1 30 30 fi 31 if [ ! - x/etc/alternc/local.sh ]31 if [ ! -f /etc/alternc/local.sh ] 32 32 then 33 33 QUIT=1 trunk/debian/preinst
r1151 r1216 2 2 3 3 # Check that AlternC is properly installed/configured 4 if [ - x/etc/alternc/local.sh ]4 if [ -f /etc/alternc/local.sh ] 5 5 then 6 6 exit 0
