reflect new file names.

this should probably also create the .e_layout dir if it doesn't exist, and put the files in there. at the moment you have to run it with the .e_layout dir as part of the param ( build_iconbar_db.sh ~/.e/desktop/default/.e_layout/ )

then again, this will all be taken care of by the setup program and other methods eventually.


SVN revision: 6041
This commit is contained in:
rephorm 2002-03-05 17:47:36 +00:00 committed by rephorm
parent be25ab672d
commit d6f949c2b4
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
DB=$1"/.e_iconbar.db"
BIT=$1"/.e_iconbar.bits.db"
DB=$1"/iconbar.db"
BIT=$1"/iconbar.bits.db"
setup ()
{

View File

@ -1,7 +1,7 @@
#!/bin/sh
DB=$1"/.e_iconbar.db"
BIT=$1"/.e_iconbar.bits.db"
DB=$1"/iconbar.db"
BIT=$1"/iconbar.bits.db"
setup ()
{