add new packages vsftp, lftp, python3-markups, portmidi

This commit is contained in:
groni
2016-11-22 15:23:44 +01:00
parent f6a6891402
commit 9acc3ae3af
30 changed files with 1516 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("/bin/chmod 722 /home/ftp/incoming")
os.system("/bin/chown ftp:ftp /home/ftp/incoming -R")