summaryrefslogtreecommitdiff
path: root/debian/itzks-systems-smartboard.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/itzks-systems-smartboard.postinst')
-rwxr-xr-xdebian/itzks-systems-smartboard.postinst2
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