Skip to content

Commit

Permalink
added bonobo server to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
teleshoes committed May 5, 2011
1 parent d5d0cb7 commit b7ed718
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
NAME=tpbattstat-applet
BIN_DIR=/usr/bin
ICON_DIR=/usr/share/pixmaps
SERVER_DIR=/usr/lib/bonobo/servers

DEPS=libpanelapplet-2.0
CFLAGS=`pkg-config --cflags $DEPS`
Expand Down Expand Up @@ -49,3 +50,6 @@ echo installing gconf schemas
echo
gconftool-2 --install-schema-file tpbattstat-applet.schemas

echo installing bonobo server
echo
sudo cp TPBattStatApplet_Factory.server $SERVER_DIR
2 changes: 2 additions & 0 deletions uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ sudo rm -rf $ICON_DIR/$NAME
sudo ./smapi-battaccess/uninstall-smapi-battaccess.sh

gconftool-2 --recursive-unset /schemas/apps/tpbattstat_applet

sudo rm $SERVER_DIR TPBattStatApplet_Factory.server

0 comments on commit b7ed718

Please sign in to comment.