Magellan Linux

Diff of /alx-src/branches/alxconf-060/plugins/egk-scm/plugin.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3502 by niro, Mon Apr 16 12:48:36 2012 UTC revision 3503 by niro, Thu Apr 19 12:17:20 2012 UTC
# Line 7  PLUGIN_MENUITEM_PARAM='-r scard:\"eHealt Line 7  PLUGIN_MENUITEM_PARAM='-r scard:\"eHealt
7  PLUGIN_MENUITEM_WORKDIR=""  PLUGIN_MENUITEM_WORKDIR=""
8  PLUGIN_MENUITEM_ICON=""  PLUGIN_MENUITEM_ICON=""
9    
10    PLUGIN_AUTOSTART=1
11    
12  PLUGIN_PACKAGES="libusb libusb-compat pcsc-lite pcsc-plugin-ehealth200"  PLUGIN_PACKAGES="libusb libusb-compat pcsc-lite pcsc-plugin-ehealth200"
13    
14  install_plugin()  install_plugin()
# Line 45  create_menuitem() Line 47  create_menuitem()
47   echo "PLUGIN_MENUITEM_ICON=\"${PLUGIN_MENUITEM_ICON}\""   echo "PLUGIN_MENUITEM_ICON=\"${PLUGIN_MENUITEM_ICON}\""
48  }  }
49    
50    autostart_plugin()
51    {
52     echo "PLUGIN_AUTOSTART=\"${PLUGIN_AUTOSTART}\""
53    }
54    
55  uninstall_plugin()  uninstall_plugin()
56  {  {
57   local i   local i
# Line 64  case $1 in Line 71  case $1 in
71   install) install_plugin ;;   install) install_plugin ;;
72   setup) setup_plugin ;;   setup) setup_plugin ;;
73   menuitem) create_menuitem ;;   menuitem) create_menuitem ;;
74     autostart) autostart_plugin ;;
75   uninstall) uninstall_plugin ;;   uninstall) uninstall_plugin ;;
76   *) echo "PLUGIN '${PLUGIN_NAME}': unkown operation '$1'" ;;   *) echo "PLUGIN '${PLUGIN_NAME}': unkown operation '$1'" ;;
77  esac  esac

Legend:
Removed from v.3502  
changed lines
  Added in v.3503