Bug 4137 - абсолютно нерверные скрипты
Summary: абсолютно нерверные скрипты
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: djvu-plugin (show other bugs)
Version: unstable
Hardware: all Linux
: P2 critical
Assignee: Konstantin A Lepikhov (L.A. Kostis)
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 12:50 MSD by inger@altlinux.org
Modified: 2005-09-07 00:45 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description inger@altlinux.org 2004-05-13 12:50:36 MSD
( for n in /usr/lib/mozilla*  ; do \ 
  if [ -d $n ] ; then \ 
   test -d $n/plugins || mkdir $n/plugins ; \ 
   ln -s ../../netscape/plugins/nsdejavu.so $n/plugins/nsdjvu.so ; \ 
 fi ; done ) 2>/dev/null || true 
postuninstall scriptlet (through /bin/sh): 
# Remove links to nsdejavu.so in all mozilla dirs 
( if ! [ -r /usr/lib/netscape/plugins/nsdejavu.so ] ; then \ 
   for n in /usr/lib/mozilla* ; do \ 
    if [ -h $n/plugins/nsdjvu.so ] ; then \ 
     rm $n/plugins/nsdjvu.so ; \ 
     rmdir $n/plugins ; \ 
  fi ; done ; fi ) 2>/dev/null || true 
 
Так плагины не добавляются, за подробностями к мантейнеру mozilla.
Comment 1 Konstantin A Lepikhov (L.A. Kostis) 2004-05-13 23:50:35 MSD
Исправлено в alt2.1.cvs