diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-09-08 17:11:37 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-09-08 17:11:37 +0000 |
commit | 5602d3f102b3bd5aea10db08f339eee47a415de2 (patch) | |
tree | 3cd96f859a9e3d91323676945a116af2dd3b793b /menu | |
parent | f0304efa4ae518c714a672727c8177007ecdb6eb (diff) | |
download | common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar.gz common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar.bz2 common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar.xz common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.zip |
- Update profile scripts to remove invalid dependencies
- move defaults bookmarks from kde and firefox to this package
Diffstat (limited to 'menu')
-rwxr-xr-x | menu/menustyle.csh | 1 | ||||
-rwxr-xr-x | menu/menustyle.sh | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/menu/menustyle.csh b/menu/menustyle.csh index da29e20..74776db 100755 --- a/menu/menustyle.csh +++ b/menu/menustyle.csh @@ -1,4 +1,3 @@ -#!/bin/csh if ($META_CLASS == desktop ) then set MDV_MENU_STYLE=discovery else diff --git a/menu/menustyle.sh b/menu/menustyle.sh index ba46289..e1b5051 100755 --- a/menu/menustyle.sh +++ b/menu/menustyle.sh @@ -1,5 +1,3 @@ -#!/bin/sh - if [ "$META_CLASS" = "desktop" ]; then MDV_MENU_STYLE=discovery else |