summaryrefslogtreecommitdiff
path: root/pygtk_postinstall.py
blob: 7651179bde3fc06337f43fbe875eb98cc61b4163 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-


import sys


if len(sys.argv) == 2:
    if sys.argv[1] == "-install":
        print ('pygtk is now installed on your machine.\n')