diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-29 11:23:06 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-29 11:23:06 +0000 |
commit | dac4dd90c1fd8d6e2995c50748c1d905b22a1daa (patch) | |
tree | a56039ddb677951ef2f0b028df68525f2323b9f2 /Makefile | |
parent | d5c2d7ba1895833870f89f7198c0bd9dc383ac7d (diff) | |
download | theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar.gz theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar.bz2 theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.tar.xz theme-dac4dd90c1fd8d6e2995c50748c1d905b22a1daa.zip |
remove obsolete grub files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -45,8 +45,6 @@ install: done; \ done; \ chmod 644 $(prefix)$(configdir)/bootsplash/themes/$$t/config/*.cfg; \ - install -d $(prefix)$(sharedir)/bootsplash/themes/$$t/grub; \ - install -m644 $$t/grub/* $(prefix)$(sharedir)/bootsplash/themes/$$t/grub/; \ install -d $(prefix)$(sharedir)/gfxboot/themes/$$t; \ install -m644 $$t/gfxboot/*.jpg $(prefix)$(sharedir)/gfxboot/themes/$$t/; \ done |