add new packages vsftp, lftp, python3-markups, portmidi
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user