Bug 152998 - postuninstall script using /sbin/ldconfig should most likely be using /bin/sh
Summary: postuninstall script using /sbin/ldconfig should most likely be using /bin/sh
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: control-center
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ray Strode [halfline]
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-03-31 19:32 UTC by Jef Spaleta
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-31 19:43:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jef Spaleta 2005-03-31 19:32:47 UTC
Version-Release number of selected component (if applicable):
control-center-2.10.0-3  currently in rawhide
and 
control-center-2.10.0-2 older rawhide package

from rpm -q --scripts control-center

postuninstall scriptlet (using /sbin/ldconfig):  <-------------- /bin/sh ??????
update-desktop-database --quiet /usr/share/applications
touch --no-create /usr/share/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
  gtk-update-icon-cache /usr/share/icons/hicolor
fi

Additional info:
I expected to see (using /bin/sh) 
indeed if i edit the spec file and rebuild locally the package uninstalls correctly.

Comment 1 Jef Spaleta 2005-03-31 19:43:42 UTC
bah.. the mirror i updated against didnt have the new control-center package
control-center-2.10.0-4   has this fixed

Closing this report, this issue is fixed. 


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