summaryrefslogtreecommitdiff
path: root/pcr-testing/scratch-pkg/scratch-pkg.install
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/scratch-pkg/scratch-pkg.install')
-rw-r--r--pcr-testing/scratch-pkg/scratch-pkg.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/pcr-testing/scratch-pkg/scratch-pkg.install b/pcr-testing/scratch-pkg/scratch-pkg.install
new file mode 100644
index 000000000..0cb7a812f
--- /dev/null
+++ b/pcr-testing/scratch-pkg/scratch-pkg.install
@@ -0,0 +1,11 @@
+avar=AVAR
+post_install() {
+ echo "post_install() pkgver+rel=$1"
+ echo "post_install() CARCH=$CARCH"
+ echo "post_install() avar=$avar"
+ ls usr/lib/modules/*-gnu-[0-9]-vanilla/vmlinuz
+}
+
+post_remove() {
+ echo "post_remove()=$@"
+}