File: pygobject_postinstall.py

package info (click to toggle)
pygobject-2 2.28.6-12
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,076 kB
  • ctags: 7,116
  • sloc: xml: 20,728; ansic: 18,657; python: 16,282; sh: 11,109; makefile: 868
file content (9 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (3)
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')