~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to debian/uim-viqr.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-01-22 17:44:19 UTC
  • mfrom: (1.1.12 upstream) (7.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100122174419-jvzfjkrbwv21kv0x
Tags: 1:1.5.7-2ubuntu1
* Merge from debian/unstable. No remaining changes.
* debian/control: added build dependency on libgnomeui-dev. This is mandatory
  to build the Gnome applet and fixes a FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
case "$1" in
21
21
    remove|deconfigure)
22
 
        if [ -f /usr/bin/uim-module-manager ]; then
23
 
                /usr/bin/uim-module-manager --unregister viqr --path /etc/uim
 
22
        if which uim-module-manager >/dev/null 2>&1; then
 
23
                uim-module-manager --unregister viqr --path /etc/uim
24
24
        fi
25
25
        ;;
26
26
    upgrade|failed-upgrade)