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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user