summaryrefslogtreecommitdiffstats
path: root/pkgutils/pre-install
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-07-10 22:36:47 +0200
committerpiernov <piernov@piernov.org>2012-08-06 14:23:21 +0200
commit7163d525fe97190d13dab94ccb4646109b90e5e5 (patch)
tree6e85da0596e00d59f1ac6a610126930d8f321b2e /pkgutils/pre-install
parent1fbd2f90c6024b1549b2b4ecd19573c0e6195f6d (diff)
downloadnutyx-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-install4
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