summaryrefslogtreecommitdiffstats
path: root/installer/pkg-generator/DEBIAN/preinst
blob: b739daeeae0fe342d0544c31ec826b0fc7a5fd3e (plain)
1
2
3
4
5
6
#!/bin/bash
# This script is executed before the package it belongs to is unpacked 
# from its Debian archive (".deb") file. Many 'preinst' scripts stop 
# services for packages which are being upgraded until their installation
# or upgrade is completed (following the successful execution of the
# 'postinst' script).