Bug 4139 - неверные скрипты
Summary: неверные скрипты
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: exim-info (show other bugs)
Version: unstable
Hardware: all Linux
: P2 major
Assignee: Victor V Ismakaev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 12:56 MSD by inger@altlinux.org
Modified: 2005-08-28 23:22 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:56:34 MSD
postinstall scriptlet (through /bin/sh): 
  install-info --section="Exim" \ 
      --entry "* Overview: (exim_oview).    Overview of the Exim system" \ 
      /usr/share/info/exim_oview.info.* /usr/share/info/dir 
  install-info --section="Exim" \ 
      --entry "* User guide: (exim).           Exim manual" \ 
      /usr/share/info/exim.info.* /usr/share/info/dir 
  install-info --section="Exim" \ 
      --entry "* Filtering: (exim_filter).     Filtering mail with Exim" \ 
      /usr/share/info/exim_filter.info.* /usr/share/info/dir 
preuninstall scriptlet (through /bin/sh): 
if [ $1 = 0 ]; then 
  install-info --delete --section="Exim" \ 
      --entry "* Overview: (exim_oview).    Overview of the Exim system" \ 
      /usr/share/info/exim_oview.info.* /usr/share/info/dir 
  install-info --delete --section="Exim" \ 
      --entry "* User guide: (exim).           Exim manual" \ 
      /usr/share/info/exim.info.* /usr/share/info/dir 
  install-info --delete --section="Exim" \ 
      --entry "* Filtering: (exim_filter).     Filtering mail with Exim" \ 
      /usr/share/info/exim_filter.info.* /usr/share/info/dir 
... 
явно не используются стандартные скрипты
Comment 1 inger@altlinux.org 2004-05-13 12:57:55 MSD
на мантейнера 
 
Comment 2 inger@altlinux.org 2004-06-17 17:03:07 MSD
fixed