diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/flash-live | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/flash-live b/config/chroot_local-hooks/flash-live index 5701d13..d300252 100755 --- a/config/chroot_local-hooks/flash-live +++ b/config/chroot_local-hooks/flash-live @@ -1,5 +1,5 @@ #!/bin/sh mkdir -p /etc/adobe echo EnableLinuxHWVideoDecode=1 > /etc/adobe/mms.cfg -ln -s /usr/local/bin/install-flash-local.sh /etc/skel/.kde/Autostart/ +ln -s /usr/bin/install-flash-local /etc/skel/.kde/Autostart/ |