diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-11-01 01:11:56 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-11-01 01:11:56 +0100 |
commit | 9392b166d17823427f8149c047e5840c3491abf8 (patch) | |
tree | 581d1c23c0d1895a66fb0579a9db6b74793fc02c /contrib | |
parent | 8846684813d3c3c4abb19b2bbc32e498b64a19de (diff) | |
download | bugzilla-9392b166d17823427f8149c047e5840c3491abf8.tar.gz bugzilla-9392b166d17823427f8149c047e5840c3491abf8.tar.xz |
Bug 606618: Update YUI to 2.8.2
r=LpSolit, a=mkanat
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/new-yui.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/new-yui.sh b/contrib/new-yui.sh index 6f082e0f5..6199c2a46 100755 --- a/contrib/new-yui.sh +++ b/contrib/new-yui.sh @@ -14,3 +14,4 @@ find -name '*-skin.css' -exec rm -f {} \; find -depth -path '*/assets' -not -path './assets' -exec rm -rf {} \; rm assets/skins/sam/sprite.psd rm assets/skins/sam/skin.css +rmdir utilities |