tazpkg diff modules/remove @ rev 931

Add module/bb: manage Busybox applets.
Remove function definitions that are now in the /lib/libtaz.sh (die, im).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jan 08 11:24:12 2017 +0200 (2017-01-08)
parents fd96c4f9a889
children 50421cb50644
line diff
     1.1 --- a/modules/remove	Sun Jan 01 23:01:52 2017 +0200
     1.2 +++ b/modules/remove	Sun Jan 08 11:24:12 2017 +0200
     1.3 @@ -21,11 +21,6 @@
     1.4  }
     1.5  
     1.6  
     1.7 -# Interactive mode
     1.8 -
     1.9 -im() { tty -s; }
    1.10 -
    1.11 -
    1.12  # Block of receipt function callers
    1.13  # Why? "Bad" receipt sourcing can redefine some vital TazPkg variables.
    1.14  # Few receipts function should be patched now.
    1.15 @@ -209,6 +204,9 @@
    1.16  
    1.17  # [3/5] Post-remove commands
    1.18  call_post_remove "$INSTALLED/$PACKAGE/receipt"
    1.19 +# restore Busybox applets
    1.20 +. @@MODULES@@/bb restore
    1.21 +
    1.22  
    1.23  # [4/5] Update system databases
    1.24  fl="$INSTALLED/$PACKAGE/files.list"; upd=0