summarylogtreecommitdiffstats
path: root/iicalc.install
diff options
context:
space:
mode:
authorTabulateJarl82023-08-31 02:56:52 +0000
committerTabulateJarl82023-08-31 02:56:52 +0000
commit6fad0c0fcc4fe0747ca8499f14140742469ecde5 (patch)
tree800f4cff51652ce6a466344639a67c007898a319 /iicalc.install
parent2e017877222d39d4f45ed7418c04040d34192373 (diff)
downloadaur-iicalc.tar.gz
Merge branch 'development' into 'master'
ugh this is annoying See merge request TurboWafflz/ImaginaryInfinity-Calculator!37
Diffstat (limited to 'iicalc.install')
-rwxr-xr-xiicalc.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/iicalc.install b/iicalc.install
index a69622e2f069..9cb0d2eb46b6 100755
--- a/iicalc.install
+++ b/iicalc.install
@@ -1,15 +1,15 @@
post_install() {
- chmod +x /usr/bin/iicalc
- pip3 install -r /usr/share/iicalc/requirements.txt
- #if type xdg-mime > /dev/null; then
- #xdg-mime default iicalc.desktop x-scheme-handler/iicalc
- #fi
+
+chmod +x /usr/bin/iicalc
+pip3 install -r /usr/share/iicalc/requirements.txt
+#if type xdg-mime > /dev/null; then
+ #xdg-mime default iicalc.desktop x-scheme-handler/iicalc
+#fi
}
-
post_upgrade() {
post_install
}
-
pre_remove() {
- echo -e "\033[38;5;11mWarning: Removing ImaginaryInfinity Calculator does not remove the .iicalc folder in your home directory. If you want to run the portable version of ImaginaryInfinity Calculator again, you will have to delete it.\033[m"
+
+printf "\033[38;5;11mWarning: Removing ImaginaryInfinity Calculator does not remove the .iicalc folder in your home directory. If you want to run the portable version of ImaginaryInfinity Calculator again, you will have to delete it.\033[m\n"
}