wok-current view pcmanfm/stuff/actions/tazpkg-get.desktop @ rev 21785
minetest, openal: add post_install (thanks Rene Rivero)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 21 11:32:27 2019 +0200 (2019-07-21) |
parents | |
children |
line source
1 [Desktop Entry]
2 Type=Action
3 Name=Download SliTaz package
4 Icon=tazpkg
5 Profiles=tazpkg;
7 [X-Action-Profile tazpkg]
8 MimeTypes=inode/directory;
9 Exec=sh -c "i=$(yad --entry --completion $(cat /var/lib/tazpkg/packages.info | awk '{print $1}') --title='tazpkg get ...' --window-icon=tazpkg --center --width=400); [ $i ] && (cd %f ; terminal -geometry 80x2-0-32 -e tazpkg get $i)"