summaryrefslogtreecommitdiff
path: root/pygobject_postinstall.py
blob: bd546bf62dcf0261fab98c81b4752ceceb88f0d5 (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 ('pygobject is now installed on your machine.\n')