~ubuntu-core-dev/module-init-tools/ubuntu

« back to all changes in this revision

Viewing changes to install-with-care

  • Committer: Scott James Remnant
  • Date: 2009-07-16 15:24:17 UTC
  • mfrom: (152.1.38)
  • Revision ID: scott@netsplit.com-20090716152417-7ak1sklxb59cs4fz
MergeĀ 3.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Final arg is dest.
6
6
eval DEST=\$$#
7
7
 
8
 
case `echo $DEST | tr -s / /` in
 
8
case $(echo $DEST | tr -s / /) in
9
9
    /sbin/insmod.static) ;;# This didn't exist before, OK.
10
10
    /sbin/insmod|/sbin/lsmod|/sbin/modprobe|/sbin/rmmod|/sbin/depmod)
11
11
        if [ -f $DEST ] && [ -f $DEST.old ]; then