diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-03 16:35:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-01-03 16:55:25 +0100 |
commit | 18a0c2f201348def02942d4bb29eda3d4c31c33f (patch) | |
tree | 31c1ed5973e747532ba01061b00fa333677e8bc2 /debian/itzks-systems-smartboard.postinst | |
parent | dc5d05c4372c940655fc85b2a81155721e2976ac (diff) | |
download | itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.tar.gz itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.tar.bz2 itzks-systems-18a0c2f201348def02942d4bb29eda3d4c31c33f.zip |
White-space cleanup.
Diffstat (limited to 'debian/itzks-systems-smartboard.postinst')
-rwxr-xr-x | debian/itzks-systems-smartboard.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/itzks-systems-smartboard.postinst b/debian/itzks-systems-smartboard.postinst index 13704f2..ff935b6 100755 --- a/debian/itzks-systems-smartboard.postinst +++ b/debian/itzks-systems-smartboard.postinst @@ -123,7 +123,7 @@ case "$1" in if [ -d "$SMARTBOARD_CHROOT" ]; then cd /usr/share/itzks-systems-smartboard find * -type f | while read path; do - ln -fs /usr/share/itzks-systems-smartboard/$path /usr/share/$path + ln -fs /usr/share/itzks-systems-smartboard/$path /usr/share/$path done cd - 1>/dev/null |