1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-23 14:42:29 +01:00

applied patch to rename .AppInfo directory

This commit is contained in:
kojima
2005-03-11 01:58:55 +00:00
parent 3301b57d4b
commit 25c37b7637
7 changed files with 25 additions and 9 deletions

View File

@@ -135,8 +135,12 @@ else
fi
if [ ! -d "$GSDIR/.AppInfo" ]; then
make_dir $GSDIR/.AppInfo
if [ ! -d "$GSDIR/Library/WindowMaker/CachedPixmaps" ]; then
make_dir $GSDIR/WindowMaker/CachedPixmaps
fi
if [ ! -d "$GSDIR/Library/WindowMaker/WPrefs" ]; then
make_dir $GSDIR/WindowMaker/WPrefs
fi
if [ ! -d "$GSDIR/Defaults" ]; then