Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nurlan
eepm
Commits
19c89a15
Commit
19c89a15
authored
4 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prescripion.d/i586-wine*: fix removing (ALT bug 39320)
parent
6180a685
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
9 deletions
+30
-9
i586-wine-etersoft.sh
prescription.d/i586-wine-etersoft.sh
+10
-3
i586-wine-vanilla.sh
prescription.d/i586-wine-vanilla.sh
+10
-3
i586-wine.sh
prescription.d/i586-wine.sh
+10
-3
No files found.
prescription.d/i586-wine-etersoft.sh
View file @
19c89a15
...
@@ -2,13 +2,20 @@
...
@@ -2,13 +2,20 @@
MAIN
=
wine-etersoft
MAIN
=
wine-etersoft
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
$DISTRVENDOR
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
PKGNAMES
=
"lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAMES
exit
fi
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
# Устанавливаем wine
# Устанавливаем wine
epm
i lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
||
exit
epm
install
$PKGNAMES
||
exit
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
epm prescription i586-fix
This diff is collapsed.
Click to expand it.
prescription.d/i586-wine-vanilla.sh
View file @
19c89a15
...
@@ -2,13 +2,20 @@
...
@@ -2,13 +2,20 @@
MAIN
=
wine-vanilla
MAIN
=
wine-vanilla
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
$DISTRVENDOR
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
PKGNAMES
=
"lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAMES
exit
fi
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
# Устанавливаем wine
# Устанавливаем wine
epm
i lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
||
exit
epm
install
$PKGNAMES
||
exit
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
epm prescription i586-fix
This diff is collapsed.
Click to expand it.
prescription.d/i586-wine.sh
View file @
19c89a15
...
@@ -2,13 +2,20 @@
...
@@ -2,13 +2,20 @@
MAIN
=
wine
MAIN
=
wine
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
[
"
$(
$DISTRVENDOR
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-d
)
"
!=
"ALTLinux"
]
&&
echo
"Only ALTLinux is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
[
"
$(
$DISTRVENDOR
-a
)
"
!=
"x86_64"
]
&&
echo
"Only x86_64 is supported"
&&
exit
1
PKGNAMES
=
"lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl"
if
[
"
$1
"
=
"--remove"
]
;
then
epm remove
$PKGNAMES
exit
fi
[
"
$1
"
!=
"--run"
]
&&
echo
"Install 32 bit
$MAIN
packages on 64 bit system"
&&
exit
# Устанавливаем wine
# Устанавливаем wine
epm
i lib
$MAIN
i586-
$MAIN
i586-lib
$MAIN
i586-lib
$MAIN
-gl
||
exit
epm
install
$PKGNAMES
||
exit
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
# Доставляем пропущенные модули (подпакеты) для установленных 64-битных
epm prescription i586-fix
epm prescription i586-fix
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment