summaryrefslogtreecommitdiffstats
path: root/debian/tests/check-installation
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:45:03 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:45:03 +0000
commite0f2d1f0178f684eb371efb02dd6b0b491340dbd (patch)
treee11503905ae48ca0991ec4c6d093d96c1867c585 /debian/tests/check-installation
parentAdding upstream version 1.3.4+ds. (diff)
downloadlibtirpc-e0f2d1f0178f684eb371efb02dd6b0b491340dbd.tar.xz
libtirpc-e0f2d1f0178f684eb371efb02dd6b0b491340dbd.zip
Adding debian version 1.3.4+ds-1.debian/1.3.4+ds-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/check-installation')
-rwxr-xr-xdebian/tests/check-installation9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/tests/check-installation b/debian/tests/check-installation
new file mode 100755
index 0000000..c15d105
--- /dev/null
+++ b/debian/tests/check-installation
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+if [ -z "$(/sbin/ldconfig -p | grep libtirpc)" ]; then
+ echo "no files found"
+ exit 1
+else
+ echo "There are files"
+ exit 0
+fi