summarylogtreecommitdiffstats
path: root/ce-toolchain-bin.install
diff options
context:
space:
mode:
authorErfaun Atabakhsh2023-04-09 16:22:38 -0500
committerErfaun Atabakhsh2023-04-09 16:22:38 -0500
commit749c7cdfc7e2b53debc1f6872f9c2c3dfc117d35 (patch)
treee3cda25b0158dafc0c4356dc54df27b88b434341 /ce-toolchain-bin.install
parent230765280a620584102b70e1facde9ac06be74cd (diff)
downloadaur-749c7cdfc7e2b53debc1f6872f9c2c3dfc117d35.tar.gz
Update PKGBUILD for conflicts and replace, add install file
Diffstat (limited to 'ce-toolchain-bin.install')
-rw-r--r--ce-toolchain-bin.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/ce-toolchain-bin.install b/ce-toolchain-bin.install
new file mode 100644
index 000000000000..52c168d14d90
--- /dev/null
+++ b/ce-toolchain-bin.install
@@ -0,0 +1,7 @@
+post_install() {
+cat << EOF
+=============================================================================
+Restart your computer to have the ce-toolchain binaries show up in your \$PATH
+=============================================================================
+EOF
+}