Why was preuninstall script run during livecd-creator build?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I got an error message during the install of gnubg while running livecd-creator
to build a games spin. The message was:
install-info: No such file or directory for /usr/share/info/gnubg.info
I looked at the scripts for gnubg:
bash-3.2$ rpm -q --scripts gnubg
postinstall scriptlet (using /bin/sh):
/sbin/install-info /usr/share/info/gnubg.info /usr/share/info/dir || :
touch --no-create /usr/share/icons/hicolor || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
   /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi
preuninstall scriptlet (using /bin/sh):
if [ $1 = 0 ]; then
    /sbin/install-info --delete /usr/share/info/gnubg.info /usr/share/info/dir || :
fi
postuninstall scriptlet (using /bin/sh):
touch --no-create /usr/share/icons/hicolor || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache --quiet /usr/share/icons/hicolor || :
fi

The only use of install-info was in the preuninstall script. It seems odd
that that would be run during an install.

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux