diff options
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/ + |