Bug 152998

Summary: postuninstall script using /sbin/ldconfig should most likely be using /bin/sh
Product: [Fedora] Fedora Reporter: Jef Spaleta <jspaleta>
Component: control-centerAssignee: Ray Strode [halfline] <rstrode>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-31 19:43:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.