diff options
author | Anas Nashif <anas.nashif@intel.com> | 2010-05-06 23:56:28 -0400 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2010-05-06 23:56:28 -0400 |
commit | b3f23061abe8b08e51522ec8e2b5cad0b8571f02 (patch) | |
tree | c46ad210415fff79b4bad9b5b6f7498ddce93675 /custom/scripts/flash.post | |
download | kickstarter-b3f23061abe8b08e51522ec8e2b5cad0b8571f02.tar.gz kickstarter-b3f23061abe8b08e51522ec8e2b5cad0b8571f02.tar.bz2 kickstarter-b3f23061abe8b08e51522ec8e2b5cad0b8571f02.zip |
Initial import
Diffstat (limited to 'custom/scripts/flash.post')
-rw-r--r-- | custom/scripts/flash.post | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/custom/scripts/flash.post b/custom/scripts/flash.post new file mode 100644 index 0000000..fe062d3 --- /dev/null +++ b/custom/scripts/flash.post @@ -0,0 +1,5 @@ +# verify link of flash plugin +if [ -f /usr/lib/flash-plugin/setup ]; then + sh /usr/lib/flash-plugin/setup install + rm -f /root/oldflashplugins.tar.gz +fi |