new file structure

This commit is contained in:
jeena 2013-03-28 19:01:21 +01:00
parent 03d91b3e73
commit 055ac3f1d6
6 changed files with 1872 additions and 1 deletions

13
Makefile Normal file
View file

@ -0,0 +1,13 @@
all:
echo "usage:\n sudo make install\n sudo make clean"
install:
cp -a facebook-browser /usr/bin/;
cp -a facebook-browser.xpm /usr/share/pixmaps/;
cp -a facebook-browser.desktop /usr/share/applications/;
clean:
rm /usr/bin/facebook-browser;
rm /usr/share/pixmaps/facebook-browser.xpm;
rm /usr/share/applications/facebook-browser.desktop;