summarylogtreecommitdiffstats
path: root/gps3.install
diff options
context:
space:
mode:
Diffstat (limited to 'gps3.install')
-rw-r--r--gps3.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/gps3.install b/gps3.install
deleted file mode 100644
index 4bbe29ded5ed..000000000000
--- a/gps3.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- local site_packages=$(python -c "import site; print(site.getsitepackages()[0])")
- python -O -m compileall "$site_packages/gps3"
-}
-
-post_upgrade() {
- post_install
-}