runtime-postinstall: PYTHONDIR is no longer used.

Remove it.
This commit is contained in:
Brian C. Lane 2016-11-29 09:21:36 -08:00
parent 0a3fbaa446
commit 4ea20823bc

View File

@ -3,7 +3,6 @@
<%page args="root, basearch, libdir, configdir"/>
<%
PYTHONDIR = sorted(glob("usr/"+libdir+"/python?.?"))[0]
stubs = ("list-harddrives", "raidstart", "raidstop")
configdir = configdir + "/common"
%>