Bug 152209 - system-config-date has a errors in %post and %postun scripts
Summary: system-config-date has a errors in %post and %postun scripts
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-date
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact:
URL:
Whiteboard:
: 152243 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-26 13:43 UTC by Robert Scheck
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version: 1.7.15-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-29 14:56:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Robert Scheck 2005-03-26 13:43:37 UTC
Description of problem:
system-config-date has a errors in %post and %postun scripts.

Version-Release number of selected component (if applicable):
system-config-date-1.7.15-2

How reproducible:
Everytime, install or uninstall the package.

Actual results:
The current %post and %postun sections should be changed to:

touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache %{_datadir}/icons/hicolor >> /dev/null
fi

The changes are:
- "[ -x" instead of "[-x]", which fails
- piping the output of gtk-update-icon-cache to /dev/null

Expected results:
This change or better...

Comment 1 Warren Togami 2005-03-27 21:30:32 UTC
*** Bug 152243 has been marked as a duplicate of this bug. ***

Comment 2 Robert Scheck 2005-03-29 14:56:03 UTC
Fixed in -3, closing now.

Comment 3 Clyde E. Kunkel 2005-03-29 16:20:08 UTC
As of 3-29-05 rawhide, the error is now:
  Cleanup   : system-config-date           ####################### [84/87]
/var/tmp/rpm-tmp.513: line 2: [-x: command not found



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