summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkorigamik-hypr2025-04-11 02:11:51 +0530
committerkorigamik-hypr2025-04-11 02:11:51 +0530
commit40ac2c394bc24f9b49efa4ba1e84c64f29909107 (patch)
tree0577c2b57ab922205f130f71e96518ba7410536b
parent59a6a6ca9e892970ac5ed4f4b3c60918c50b68d3 (diff)
downloadaur-psp-sdk-bin.tar.gz
add environment variables post install
-rw-r--r--psp-sdk-bin.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/psp-sdk-bin.install b/psp-sdk-bin.install
new file mode 100644
index 000000000000..00a3d0a53eb1
--- /dev/null
+++ b/psp-sdk-bin.install
@@ -0,0 +1,12 @@
+post_install() {
+ echo "==> PSP SDK installed to /opt/pspdev"
+ echo "==> Environment variables have been set in /etc/profile.d/pspdev.sh"
+ echo "==> Please log out and log back in, or source this file to use the SDK:"
+ echo " source /etc/profile.d/pspdev.sh"
+ echo "==> To verify the installation, run:"
+ echo " psp-config --pspdev-path"
+}
+
+post_upgrade() {
+ post_install
+}