
Convert tgz2deb
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
H3xx
12 years ago
Report
blob
14 years ago
Report
s4ncho
14 years ago
[Desktop Action deb2tgz]
Exec=xterm -title "%c" -e 'echo Converting package %U;echo Package will be created in your home directory;echo Please wait...;sudo alien --to-tgz %U; echo "Press to quit..."; read;'
#Icon=deb
Name=Convert deb to tgz
Name[pl]=Konwertuj deb do tgz
[Desktop Entry]
Actions=deb2tgz
ServiceTypes=application/x-deb
#made by s4ncho
& similary for rpm2tgz
but slack based distros will probably need to install & configure "sudo" or chage it to "su -c"
rpm2deb & tgz2deb are dedicated for kubuntu
Report