summarylogtreecommitdiffstats
path: root/iicalc.install
diff options
context:
space:
mode:
Diffstat (limited to 'iicalc.install')
-rwxr-xr-xiicalc.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/iicalc.install b/iicalc.install
index 4445df18d853..b10006040bac 100755
--- a/iicalc.install
+++ b/iicalc.install
@@ -1,11 +1,6 @@
post_install() {
chmod +x /usr/bin/iicalc
pip3 install -r /usr/share/iicalc/requirements.txt
- gcc -v 1> /dev/null 2> /dev/null
- if [ "$?" == "0" ]
- then
- pip3 install python-Levenshtein
- fi
}
post_upgrade() {