update comments

This commit is contained in:
Dimitris Zlatanidis 2015-05-14 23:43:36 +03:00
parent 7832930446
commit 117f946284

View file

@ -25,11 +25,9 @@ import os
import sys
import gzip
import shutil
from slpkg.md5sum import md5
from slpkg.__metadata__ import MetaData as _m
try:
from setuptools import setup
except ImportError:
@ -65,8 +63,7 @@ setup(
long_description=open("README.rst").read()
)
# install man page and blacklist configuration
# file if not exists.
# install man page and configuration files
if "install" in sys.argv:
man_path = "/usr/man/man8/"
if not os.path.exists(man_path):