<div dir="ltr"><div>Some details on the Adobe provided package:<br><br><font size="1"><span style="font-family:courier new,monospace">$ rpm -qpl flash-plugin-11.2.202.327-release.x86_64.rpm<br>/usr/bin/flash-player-properties<br>
/usr/lib64/flash-plugin<br>/usr/lib64/flash-plugin/LICENSE<br>/usr/lib64/flash-plugin/README<br>/usr/lib64/flash-plugin/homecleanup<br>/usr/lib64/flash-plugin/libflashplayer.so<br>/usr/lib64/flash-plugin/setup<br>/usr/lib64/kde4/kcm_adobe_flash_player.so<br>
/usr/share/applications/flash-player-properties.desktop<br>/usr/share/doc/flash-plugin-11.2.202.327<br>/usr/share/doc/flash-plugin-11.2.202.327/readme.txt<br>/usr/share/icons/hicolor/16x16/apps/flash-player-properties.png<br>
/usr/share/icons/hicolor/22x22/apps/flash-player-properties.png<br>/usr/share/icons/hicolor/24x24/apps/flash-player-properties.png<br>/usr/share/icons/hicolor/32x32/apps/flash-player-properties.png<br>/usr/share/icons/hicolor/48x48/apps/flash-player-properties.png<br>
/usr/share/kde4/services/kcm_adobe_flash_player.desktop<br><br>$ rpm -qp --requires flash-plugin-11.2.202.327-release.x86_64.rpm<br>glibc &gt;= 2.4<br>/bin/sh<br>/bin/sh<br>/bin/sh<br>/bin/sh<br>rpmlib(PayloadFilesHavePrefix) &lt;= 4.0-1<br>
rpmlib(CompressedFileNames) &lt;= 3.0.4-1<br><br>$ rpm -qp --scripts flash-plugin-11.2.202.327-release.x86_64.rpm<br>postinstall scriptlet (using /bin/sh):<br>if [ &quot;$1&quot; = &quot;1&quot; ]; then<br>    /usr/lib64/flash-plugin/setup 64 install<br>
fi<br>if [ &quot;$1&quot; = &quot;2&quot; ]; then<br>    /usr/lib64/flash-plugin/setup 64 upgrade<br>fi<br><br>ln -f -s /usr/share/icons/hicolor/48x48/apps/flash-player-properties.png /usr/share/pixmaps/<br>preuninstall scriptlet (using /bin/sh):<br>
if [ &quot;$1&quot; = &quot;0&quot; ]; then<br>    /usr/lib64/flash-plugin/setup 64 preun<br>fi<br>postuninstall scriptlet (using /bin/sh):<br>rm -f /usr/share/pixmaps/flash-player-properties.png</span></font><br><br></div>
Some details from my package (and RHEL as well):<br><br><font size="1"><span style="font-family:courier new,monospace">$ rpm -q --scripts flash-plugin<br>postinstall scriptlet (using /bin/sh):<br>touch --no-create /usr/share/icons/hicolor &amp;&gt;/dev/null || :<br>
postuninstall scriptlet (using /bin/sh):<br>if [ $1 -eq 0 ] ; then<br>    touch --no-create /usr/share/icons/hicolor &amp;&gt;/dev/null<br>    gtk-update-icon-cache /usr/share/icons/hicolor &amp;&gt;/dev/null || :<br>fi<br>
posttrans scriptlet (using /bin/sh):<br>gtk-update-icon-cache /usr/share/icons/hicolor &amp;&gt;/dev/null || :<br>postinstall scriptlet (using /bin/sh):<br>touch --no-create /usr/share/icons/hicolor &amp;&gt;/dev/null || :<br>
postuninstall scriptlet (using /bin/sh):<br>if [ $1 -eq 0 ] ; then<br>    touch --no-create /usr/share/icons/hicolor &amp;&gt;/dev/null<br>    gtk-update-icon-cache /usr/share/icons/hicolor &amp;&gt;/dev/null || :<br>fi<br>
posttrans scriptlet (using /bin/sh):<br>gtk-update-icon-cache /usr/share/icons/hicolor &amp;&gt;/dev/null || :<br><br>$ sudo yum list flash-plugin\*<br>Loaded plugins: langpacks, refresh-packagekit<br>Installed Packages<br>
flash-plugin.i686              1:11.2.202.310-1.fc19        @fedora-flash-plugin<br>flash-plugin.x86_64            1:11.2.202.310-1.fc19        @fedora-flash-plugin<br>Available Packages<br>flash-plugin-kde.i686          1:11.2.202.310-1.fc19        fedora-flash-plugin<br>
flash-plugin-kde.x86_64        1:11.2.202.310-1.fc19        fedora-flash-plugin </span></font><br><br><div>Regards,<br></div><div>--Simone<br><br></div><div><br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On 19 November 2013 08:54, Simone Caronni <span dir="ltr">&lt;<a href="mailto:negativo17@gmail.com" target="_blank">negativo17@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im">On 18 November 2013 22:15, Nicolas Chauvet <span dir="ltr">&lt;<a href="mailto:kwizart@gmail.com" target="_blank">kwizart@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is it possible to only handle the adobe-release* repositories instead ? Unless all thoses adobe packages are really broken ?<br>

</blockquote><div><br></div></div><div>The flash plugin packages are really broken indeed. They ship a package that is for all rpm based distributions, install in weird locations and do everything with a setup that is run in the %post sections along with ln and rm commands. Dependencies are missing and installs kde integration also on gnome. Since dependencies are broken if you remove it you will have loose directories all over.<br>

<br></div><div>If you have Redhat account, you can see that Redhat has a repackaged version in the &quot;Supplementary&quot; channel of the base RHEL releases.<br><br></div></div></div><div class="gmail_extra">I&#39;ve been mantaining the flash-plugin for quite few years now for personal use and for the various companies I&#39;ve worked for, so Alec/Sergio, if you are interested I can lend some help. The resulting package is 90% close to the RHEL one for which there is no spec file available.<br>

<br>The i686 bit package should also be in the x86_64 repository as Steam requires the Flash plugin for playing videos in the game detail pages. I&#39;ve been doing this in my repository.<br><br><a href="http://negativo17.org/adobe-flash-plugin/" target="_blank">http://negativo17.org/adobe-flash-plugin/</a><br>

<a href="http://negativo17.org/repos/flash-plugin/flash-plugin.spec" target="_blank">http://negativo17.org/repos/flash-plugin/flash-plugin.spec</a><br><br></div><div class="gmail_extra">Regards,<br></div><div class="im">
<div class="gmail_extra">--Simone<br>
</div><div class="gmail_extra"><br clear="all"><br>-- <br><div dir="ltr">You cannot discover new oceans unless you have the courage to lose sight of the shore (R. W. Emerson).<br><br><a href="http://xkcd.com/229/" target="_blank">http://xkcd.com/229/</a><br>

<a href="http://negativo17.org/" target="_blank">http://negativo17.org/</a><br></div>
</div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr">You cannot discover new oceans unless you have the courage to lose sight of the shore (R. W. Emerson).<br><br><a href="http://xkcd.com/229/" target="_blank">http://xkcd.com/229/</a><br>
<a href="http://negativo17.org/" target="_blank">http://negativo17.org/</a><br></div>
</div>