Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polytechnique
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mael MADON
polytechnique
Commits
4296a24c
Commit
4296a24c
authored
9 years ago
by
Denis Merigoux
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes
parent
e98d105b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-0
6 additions, 0 deletions
README.md
uninstaller_unix.sh
+0
-26
0 additions, 26 deletions
uninstaller_unix.sh
with
6 additions
and
26 deletions
README.md
+
6
−
0
View file @
4296a24c
# polytechnique-LaTeX
Code for the LaTeX package of École polytechnique
##Installation
Pour Windows, exécuter
`makefile_windows.bat`
Pour Linux ou Mac, exécuter
`makefile_unix.bat`
\ No newline at end of file
This diff is collapsed.
Click to expand it.
uninstaller_unix.sh
deleted
100644 → 0
+
0
−
26
View file @
e98d105b
#! /bin/bash
if
[
"
$(
whoami
)
"
!=
"root"
]
;
then
echo
"Vous devez posséder les droits administrateurs pour désinstaller ce package."
echo
"Veuillez utiliser la commande « sudo sh unix_uninstaller.sh »."
exit
1
fi
chemindist
=
$(
kpsewhich
-var-value
TEXMFMAIN
)
chemintex
=
${
chemindist
}
/tex/latex/polytechnique
cheminsource
=
${
chemindist
}
/source/latex/polytechnique
cheminsourceresources
=
${
chemindist
}
/source/latex/polytechnique/resources
chemindoc
=
${
chemindist
}
/doc/latex/polytechnique
rm
-rf
${
chemindoc
}
rm
-rf
${
chemintex
}
rm
-rf
${
cheminsource
}
echo
"************************************************"
echo
"* La base de donnees des packages est en train *"
echo
"* de se mettre à jour. Cela peut prendre un *"
echo
"* peu de temps. Merci de patienter. *"
echo
"************************************************"
texhash
>>
/dev/null
echo
"Le package a été désinstallé"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment