diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-09 11:15:41 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-10-09 11:15:41 +0200 |
commit | 37c76d700578e89c4a4804c8a41e5b574f4c99c2 (patch) | |
tree | c20f570b91c7d0ecbdaf1fe124a9bf8001f04fe3 /config/chroot_local-hooks/flash-live | |
parent | cd51e774fd5524964caef987de1ea995e9b74a17 (diff) | |
download | kanotix-37c76d700578e89c4a4804c8a41e5b574f4c99c2.zip kanotix-37c76d700578e89c4a4804c8a41e5b574f4c99c2.tar.gz |
install flash live
Diffstat (limited to 'config/chroot_local-hooks/flash-live')
-rwxr-xr-x | config/chroot_local-hooks/flash-live | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/flash-live b/config/chroot_local-hooks/flash-live new file mode 100755 index 0000000..5701d13 --- /dev/null +++ b/config/chroot_local-hooks/flash-live @@ -0,0 +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/ + |