diff options
author | tnut <tnut at nutyx dot com> | 2012-07-10 22:36:47 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-08-06 14:23:21 +0200 |
commit | 7163d525fe97190d13dab94ccb4646109b90e5e5 (patch) | |
tree | 6e85da0596e00d59f1ac6a610126930d8f321b2e /pkgutils/pre-install | |
parent | 1fbd2f90c6024b1549b2b4ecd19573c0e6195f6d (diff) | |
download | nutyx-pakxe-7163d525fe97190d13dab94ccb4646109b90e5e5.tar.gz nutyx-pakxe-7163d525fe97190d13dab94ccb4646109b90e5e5.tar.bz2 nutyx-pakxe-7163d525fe97190d13dab94ccb4646109b90e5e5.tar.xz nutyx-pakxe-7163d525fe97190d13dab94ccb4646109b90e5e5.zip |
pkgutils maj 5.35.2-1, suppression de la partie pkgmk
(cherry picked from commit e0ffeb61735b929704f5c659f2d6052a234da994)
Diffstat (limited to 'pkgutils/pre-install')
-rw-r--r-- | pkgutils/pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgutils/pre-install b/pkgutils/pre-install new file mode 100644 index 000000000..dc2513842 --- /dev/null +++ b/pkgutils/pre-install @@ -0,0 +1,4 @@ +if [ -f /etc/pkgmk.conf ];then + cp /etc/pkgmk.conf{,.original} + echo "/etc/pkgmk.conf sauvegardé en /etc/pkgmk.conf.original" +fi |