1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-14 12:55:47 +01:00

fallback wmaker.inst.in

added wcopy/wpaste scripts
This commit is contained in:
kojima
2001-09-04 20:03:58 +00:00
parent 5e6b9009a0
commit dd9e7d6816
5 changed files with 79 additions and 7 deletions

View File

@@ -72,14 +72,8 @@ copy() {
source=$GLOBALDIR/plmenu.${LOCALE%.*}
elif [ -f $GLOBALDIR/plmenu.${LOCALE%_*} ]; then
source=$GLOBALDIR/plmenu.${LOCALE%_*}
if [ -f $GLOBALDIR/plmenu.${LOCALE%_*.*} ]; then
source=$GLOBALDIR/plmenu.${LOCALE%_*.*}
elif [ -f $GLOBALDIR/menu.${LOCALE} ]; then
source=$GLOBALDIR/menu.${LOCALE}
elif [ -f $GLOBALDIR/menu.${LOCALE%_*} ]; then
source=$GLOBALDIR/menu.${LOCALE%_*}
elif [ -f $GLOBALDIR/menu.${LOCALE%_*.*} ]; then
source=$GLOBALDIR/menu.${LOCALE%_*.*}
else
source=$GLOBALDIR/plmenu
fi