summaryrefslogtreecommitdiff
path: root/pygobject_postinstall.py
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2011-09-06 22:22:11 +0200
committerDieter Verfaillie <dieterv@optionexplicit.be>2011-09-07 19:22:30 +0200
commit8d3125c8ce9890c70400dd8a3ac273b590fe6a31 (patch)
treeff5df0393985bd1acb3ffbd97231a1f436ed2aa1 /pygobject_postinstall.py
parentb82d916635aa0b732840548088a3fcfcb2e41bc4 (diff)
downloadpygobject-8d3125c8ce9890c70400dd8a3ac273b590fe6a31.tar.gz
Remove distutils based build system.
The only reason this might be brought back to life again is when the whole stack can be built with Visual Studio (including gobject-introspection) again. Building with MinGW/MSYS can now be done with the usual autogen.sh/configure/make/make install dance. https://bugzilla.gnome.org/show_bug.cgi?id=657054
Diffstat (limited to 'pygobject_postinstall.py')
-rw-r--r--pygobject_postinstall.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/pygobject_postinstall.py b/pygobject_postinstall.py
deleted file mode 100644
index bd546bf6..00000000
--- a/pygobject_postinstall.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- coding: utf-8 -*-
-
-
-import sys
-
-
-if len(sys.argv) == 2:
- if sys.argv[1] == '-install':
- print ('pygobject is now installed on your machine.\n')