summarylogtreecommitdiffstats
path: root/iicalc.install
diff options
context:
space:
mode:
Diffstat (limited to 'iicalc.install')
-rwxr-xr-xiicalc.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/iicalc.install b/iicalc.install
index b10006040bac..4445df18d853 100755
--- a/iicalc.install
+++ b/iicalc.install
@@ -1,6 +1,11 @@
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() {