summarylogtreecommitdiffstats
path: root/valveresourceformat-bin.install
diff options
context:
space:
mode:
authorHurricanePootis2024-05-26 00:08:26 -0500
committerHurricanePootis2024-05-26 00:08:26 -0500
commit93623e089f11b5842ad8d5c729f9d681bcb0f931 (patch)
treea8028ec812967547b658cae83a38a8e438fca882 /valveresourceformat-bin.install
downloadaur-93623e089f11b5842ad8d5c729f9d681bcb0f931.tar.gz
Initial commit 9.2
Diffstat (limited to 'valveresourceformat-bin.install')
-rw-r--r--valveresourceformat-bin.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/valveresourceformat-bin.install b/valveresourceformat-bin.install
new file mode 100644
index 000000000000..9dd11d1e5930
--- /dev/null
+++ b/valveresourceformat-bin.install
@@ -0,0 +1,15 @@
+post_install() {
+ cat << EOF
+====================================================
+All binaries are prefixed with valveresourceformat-*
+====================================================
+EOF
+}
+
+post_upgrade() {
+ cat << EOF
+====================================================
+All binaries are prefixed with valveresourceformat-*
+====================================================
+EOF
+}