Bug 542975 - packaging error... typo in %postun
Summary: packaging error... typo in %postun
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: virtaal
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Dwayne Bailey
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-12-01 11:29 UTC by Rudolf Kastl
Modified: 2009-12-18 04:27 UTC (History)
1 user (show)

Fixed In Version: 0.5.0-1.fc12
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-12-02 05:52:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rudolf Kastl 2009-12-01 11:29:21 UTC
Description of problem:
rpm -q --scripts virtaal
postinstall scriptlet (using /bin/sh):
update-desktop-database &> /dev/null || :
update-mime-database /usr/share/mime &> /dev/null || :
touch --no-create /usr/share/icons/hicolor &> /dev/null || :
postuninstall scriptlet (using /bin/sh):
update-desktop-database &> /dev/null || :
update-mime-database /usr/share/mime &> /dev/null || :
ff [ $1 -eq 0 ] ; then
    touch --no-create /usr/share/icons/hicolor &>/dev/null
    gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :
fi
posttrans scriptlet (using /bin/sh):
gtk-update-icon-cache /usr/share/icons/hicolor &>/dev/null || :

ff [ $1 -eq 0 ] ; then <- heres the typo... it is supposed to be called "if" instead "ff"


Version-Release number of selected component (if applicable):
virtaal-0.5.0-0.1.rc1.fc12.noarch

Comment 1 Dwayne Bailey 2009-12-02 05:10:31 UTC
Thanks for catching that.  I've fixed this in devel and F-12.  F-11 is unaffected.

Virtaal 0.5.0 final will be out soon so I will delay the release of this fix till then.

Comment 2 Fedora Update System 2009-12-03 21:35:02 UTC
virtaal-0.5.0-1.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/virtaal-0.5.0-1.fc12

Comment 3 Fedora Update System 2009-12-18 04:27:42 UTC
virtaal-0.5.0-1.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.