summaryrefslogtreecommitdiffstats
path: root/pkgmk/post-install
diff options
context:
space:
mode:
Diffstat (limited to 'pkgmk/post-install')
-rw-r--r--pkgmk/post-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgmk/post-install b/pkgmk/post-install
new file mode 100644
index 000000000..92b524672
--- /dev/null
+++ b/pkgmk/post-install
@@ -0,0 +1,6 @@
+if [ -f /etc/pkgmk.conf.original ]; then
+ mv -v /etc/pkgmk.conf{,.new}
+ mv -v /etc/pkgmk.conf{.original,}
+ echo "Votre fichier /etc/pkgmk.conf.original a été restauré, veuillez le comparer avec /etc/pkgmk.conf.new"
+fi
+