Changeset 3561

Show
Ignore:
Timestamp:
01/09/07 00:52:31 (6 years ago)
Author:
qldrob
Message:

Don't need module stuffing-arounds in admin.. Each module .deb should do this. (Using /usr/share/asterisk/bin/module_admin)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • misc/deb/trunk/debian/freepbx-admin.postinst

    r3550 r3561  
    6767      # do the updates needed 
    6868      if /usr/share/freepbx-common/install_amp --no-files ; then 
    69       # if it works, enable the core module 
    70               /usr/share/freepbx-common/freepbx-module-status enable core        
    71       else 
    72         # this may fail for so many reasons... let the user do it itself  
    73         # after the package has been installed 
    7469         echo \ 
    7570"Upgrade failed, continuing anyway. Fix your system and execute: 
    7671  /usr/share/freepbx-common/install_amp --no-files 
    77    
    78 You may want also to enable the code module using this command  
    79 (this can be done from the GUI as well): 
    80   /usr/share/freepbx-common/freepbx-module-status enable core  
    8172" 
    8273      fi