diff options
author | Joerg Schirottke <master@kanotix.com> | 2012-05-16 14:55:25 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-17 21:43:34 +0200 |
commit | c4eecb887cee6e00d255bf52d6612ecc9445fcff (patch) | |
tree | 593770f6e798afc881cd3255864151ff8a285cb2 /config/chroot_local-hooks/flash-live | |
parent | e100fb72e8892c30ab435086c3a4e7bdce216d23 (diff) | |
download | kanotix-c4eecb887cee6e00d255bf52d6612ecc9445fcff.zip kanotix-c4eecb887cee6e00d255bf52d6612ecc9445fcff.tar.gz |
use install-flash-local from kanotix-scripts package
Diffstat (limited to 'config/chroot_local-hooks/flash-live')
-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/ |