Magellan Linux

Diff of /smage/trunk/extras/citrix-plugin-speechmike/citrix-plugin-speechmike-0.3-r1.smage2

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

revision 4668 by niro, Fri Mar 22 12:20:39 2013 UTC revision 4669 by niro, Fri Mar 22 12:32:20 2013 UTC
# Line 58  postinstall_citrix-plugin-speechmike() Line 58  postinstall_citrix-plugin-speechmike()
58   then   then
59   [[ -x /usr/bin/speechmike-config ]] && /usr/bin/speechmike-config install   [[ -x /usr/bin/speechmike-config ]] && /usr/bin/speechmike-config install
60   fi   fi
61     mstartunit dpmmountd DPMMountd
62  }  }
63    
64  postremove_citrix-plugin-speechmike()  postremove_citrix-plugin-speechmike()
# Line 68  postremove_citrix-plugin-speechmike() Line 69  postremove_citrix-plugin-speechmike()
69   [[ -x /usr/sbin/DPMMountd ]] && return   [[ -x /usr/sbin/DPMMountd ]] && return
70   [[ -x /usr/bin/speechmike-config ]] && /usr/bin/speechmike-config remove   [[ -x /usr/bin/speechmike-config ]] && /usr/bin/speechmike-config remove
71   fi   fi
72     mstopunit dpmmountd DPMMountd
73  }  }

Legend:
Removed from v.4668  
changed lines
  Added in v.4669