[molecules/scripts] drop xbmc.desktop file

This commit is contained in:
Fabio Erculiani 2011-01-22 09:47:02 +01:00
parent 033d6ca1ab
commit ae298676d8
2 changed files with 0 additions and 4 deletions

View File

@ -5,9 +5,6 @@
# once the Gaming Edition will be rebased on top of SpinBase, now it's based
# based on GNOME.
# Not shipping xbmc
rm /etc/skel/Desktop/xbmc.desktop || exit 1
# Copy games icons on the desktop
for desktop_file in $(grep -rl "Categories=.*Game" /usr/share/applications/*); do
desktop_name=$(basename "${desktop_file}")

View File

@ -31,7 +31,6 @@ rc-update add virtualbox-guest-additions boot
remove_desktop_files() {
rm /etc/skel/Desktop/WorldOfGooDemo-world-of-goo-demo.desktop
rm /etc/skel/Desktop/fusion-icon.desktop
rm /etc/skel/Desktop/xbmc.desktop
}
setup_cpufrequtils() {