summarylogtreecommitdiffstats
path: root/iicalc-beta.install
diff options
context:
space:
mode:
authorTabulateJarl82021-03-24 15:13:06 +0000
committerTabulateJarl82021-03-24 15:13:06 +0000
commitcd4b48b17381b66a4caabc84d97dc4267fece317 (patch)
treef008319e17e8561a2a9cede8f429e2703a078ea1 /iicalc-beta.install
parent6ef9082be2af3f8262adb93c65c432ee4f0b0ebd (diff)
downloadaur-cd4b48b17381b66a4caabc84d97dc4267fece317.tar.gz
perms
Diffstat (limited to 'iicalc-beta.install')
-rwxr-xr-xiicalc-beta.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/iicalc-beta.install b/iicalc-beta.install
index a69622e2f069..8a6c9da8d568 100755
--- a/iicalc-beta.install
+++ b/iicalc-beta.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"
+
+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"
}