reactos/rosapps/packmgr/tree/samba-tng.inst.rps
Klemens Friedl b5e0a940b1 add samba-tng to the packmgr repo
svn path=/trunk/; revision=23724
2006-08-26 18:43:44 +00:00

10 lines
214 B
Plaintext

Sub Main
' ToDo: Choose from different mirrors
download "http://svn.reactos.org/packages/samba-tng.exe", "samba-tng.exe"
End Sub
Sub After
shell samba-tng.exe
' ToDo: Delete samba-tng.exe
End Sub