bmp: remove junk file

This commit is contained in:
Danny Rawlins 2008-03-14 20:49:43 +11:00
parent eadd079163
commit 78e5e4e51c
2 changed files with 6 additions and 2 deletions

View File

@ -48,7 +48,6 @@ drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/bmp/
drwxr-xr-x root/root usr/share/bmp/Skins/
drwxr-xr-x root/root usr/share/bmp/Skins/Default/
-rw-r--r-- root/root usr/share/bmp/Skins/Default/README
-rw-r--r-- root/root usr/share/bmp/Skins/Default/balance.bmp
-rw-r--r-- root/root usr/share/bmp/Skins/Default/cbuttons.bmp
-rw-r--r-- root/root usr/share/bmp/Skins/Default/eq_ex.bmp

View File

@ -20,8 +20,13 @@ build() {
make
make DESTDIR=$PKG install
ln -s beep-media-player $PKG/usr/bin/beep
pushd $PKG/usr/bin
ln -s beep-media-player beep
popd
install -m 0755 $SRC/beep-config $PKG/usr/bin
install -D -m 0644 beep/beep_logo.xpm $PKG/usr/share/pixmaps/beep.xpm
rm $PKG/usr/share/bmp/Skins/Default/README
}