diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-02 13:54:06 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-12-02 13:54:06 +0100 |
commit | 195b77e4f4501a1ab6273bfec02d1d577c474871 (patch) | |
tree | fd3555e23367ce37794a144d9d859863326c7a40 /recipes/images | |
parent | e343ac1fdcb3570bb77ca8ab1b210ebf7e83ac22 (diff) |
shr-image.inc: Remove htop.desktop hack, we don't even install htop anymore
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'recipes/images')
-rw-r--r-- | recipes/images/shr-image.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc index 5a83ebb3fd..ec20027220 100644 --- a/recipes/images/shr-image.inc +++ b/recipes/images/shr-image.inc @@ -72,8 +72,6 @@ shr_rootfs_postprocess() { # echo "Categories=Office;" >>$file #done - echo "Exec=vala-terminal -e htop" >> ./usr/share/applications/htop.desktop - # minimal gtk theme foo # this should be set in postinst phase of installed gtk-theme package #mkdir -p ./etc/gtk-2.0/ |