summaryrefslogtreecommitdiff
path: root/cmake/Packaging/preinst.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Packaging/preinst.in')
-rwxr-xr-xcmake/Packaging/preinst.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Packaging/preinst.in b/cmake/Packaging/preinst.in
index c60d46568..cb7ee1bc4 100755
--- a/cmake/Packaging/preinst.in
+++ b/cmake/Packaging/preinst.in
@@ -1,5 +1,5 @@
#!/bin/sh
if [ "$1" = "install" ]; then
- ls
+ echo
fi