shell profile for RPM added

This commit is contained in:
2025-11-28 09:48:15 +01:00
parent 23d3bbae44
commit 5b5fa73f62
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
if [[ ${UID} -ge 1000 ]]; then
if [[ -r @PREFIX@/share/Pmodules/init/bash ]]; then
source @PREFIX@/share/Pmodules/init/bash
fi
fi