Hello,
How i can store only a specfile out of a srpm archiv?
I create a skript, for the right click menu, that open a srpm archiv and display it with dolphin. After a click on "OK" by <remove the archiv>, it delete the created folder. But i would like it simple, if it other ways?
Here the script
#!/bin/bash
#
#Script to extract specfile.
#Leiche for PCLinuxOS 2010
#License GPL
#
if [ $# -eq 0 ];
then
exit
fi
rpm="$1"
konsole -e unp -u "$1" | sleep 2 && dolphin $HOME/*.src
kdialog --msgbox "remove the archiv" && rm -rf $HOME/*.src
exit 0
I think, for us translator a simple way, to add our language in synaptic...