Some details on the Adobe provided package:
$ rpm -qpl flash-plugin-11.2.202.327-release.x86_64.rpm
/usr/bin/flash-player-properties
/usr/lib64/flash-plugin
/usr/lib64/flash-plugin/LICENSE
/usr/lib64/flash-plugin/README
/usr/lib64/flash-plugin/homecleanup
/usr/lib64/flash-plugin/libflashplayer.so
/usr/lib64/flash-plugin/setup
/usr/lib64/kde4/kcm_adobe_flash_player.so
/usr/share/applications/flash-player-properties.desktop
/usr/share/doc/flash-plugin-11.2.202.327
/usr/share/doc/flash-plugin-11.2.202.327/readme.txt
/usr/share/icons/hicolor/16x16/apps/flash-player-properties.png
/usr/share/icons/hicolor/22x22/apps/flash-player-properties.png
/usr/share/icons/hicolor/24x24/apps/flash-player-properties.png
/usr/share/icons/hicolor/32x32/apps/flash-player-properties.png
/usr/share/icons/hicolor/48x48/apps/flash-player-properties.png
/usr/share/kde4/services/kcm_adobe_flash_player.desktop
$ rpm -qp --requires flash-plugin-11.2.202.327-release.x86_64.rpm
glibc >= 2.4
/bin/sh
/bin/sh
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(CompressedFileNames) <= 3.0.4-1
$ rpm -qp --scripts flash-plugin-11.2.202.327-release.x86_64.rpm
postinstall scriptlet (using /bin/sh):
if [ "$1" = "1" ]; then
/usr/lib64/flash-plugin/setup 64 install
fi
if [ "$1" = "2" ]; then
/usr/lib64/flash-plugin/setup 64 upgrade
fi
ln -f -s /usr/share/icons/hicolor/48x48/apps/flash-player-properties.png /usr/share/pixmaps/
preuninstall scriptlet (using /bin/sh):
if [ "$1" = "0" ]; then
/usr/lib64/flash-plugin/setup 64 preun
fi
postuninstall scriptlet (using /bin/sh):
rm -f /usr/share/pixmaps/flash-player-properties.png
Some details from my package (and RHEL as well):
$ rpm -q --scripts flash-plugin
postinstall scriptlet (using /bin/sh):
touch --no-create /usr/share/icons/hicolor &>/dev/null || :
postuninstall scriptlet (using /bin/sh):
if [ $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 || :
postinstall scriptlet (using /bin/sh):
touch --no-create /usr/share/icons/hicolor &>/dev/null || :
postuninstall scriptlet (using /bin/sh):
if [ $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 || :
$ sudo yum list flash-plugin\*
Loaded plugins: langpacks, refresh-packagekit
Installed Packages
flash-plugin.i686 1:11.2.202.310-1.fc19 @fedora-flash-plugin
flash-plugin.x86_64 1:11.2.202.310-1.fc19 @fedora-flash-plugin
Available Packages
flash-plugin-kde.i686 1:11.2.202.310-1.fc19 fedora-flash-plugin
flash-plugin-kde.x86_64 1:11.2.202.310-1.fc19 fedora-flash-plugin Regards,
--Simone