diff options
Diffstat (limited to 'cmake/Packaging/preinst.in')
-rwxr-xr-x | cmake/Packaging/preinst.in | 2 |
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 |