~mozillateam/flock/flock.head

« back to all changes in this revision

Viewing changes to debian/flock.preinst.in

  • Committer: Fabien Tassin
  • Date: 2008-06-14 16:51:47 UTC
  • Revision ID: fta@sofaraway.org-20080614165147-uobanqzdt26vwb78
* Use /usr/lib/xulrunner-addons/extensions for flock extensions.
  - update debian/rules
  - update debian/flock.install
  - update debian/flock.preinst.in

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
    if [ -e $LIBDIR/plugins ] && [ ! -L $LIBDIR/plugins ] ; then
12
12
      rm -rf $LIBDIR/plugins
13
13
    fi
 
14
    # Same for the extensions dir
 
15
    if [ -e $LIBDIR/extensions ] && [ ! -L $LIBDIR/extensions ] ; then
 
16
      rm -rf $LIBDIR/extensions
 
17
    fi
14
18
  ;;
15
19
 
16
20
  *)