diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-23 16:43:35 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-23 16:43:35 -0700 |
commit | ef3deabe79407a7ebb117c6731ef687d6c770121 (patch) | |
tree | e786b2b1c34594f58a5452febf32a5ef7d6c23aa /host/cmake/debian/preinst.in | |
parent | ae1ebd8af9921f5266ae37762eda8248153275f9 (diff) | |
parent | 793c8c000a6844a688afb7eda2bb162dd588ad95 (diff) | |
download | uhd-ef3deabe79407a7ebb117c6731ef687d6c770121.tar.gz uhd-ef3deabe79407a7ebb117c6731ef687d6c770121.tar.bz2 uhd-ef3deabe79407a7ebb117c6731ef687d6c770121.zip |
Merge branch 'master' into next
Diffstat (limited to 'host/cmake/debian/preinst.in')
-rwxr-xr-x | host/cmake/debian/preinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in index dc8795d8d..9e8e50b90 100755 --- a/host/cmake/debian/preinst.in +++ b/host/cmake/debian/preinst.in @@ -17,5 +17,5 @@ # if [ "$1" = "install" ]; then - ls + echo fi |