summaryrefslogtreecommitdiff
path: root/linux/deb/01-fs-hello-kamal/package/DEBIAN/preinst
blob: 61c25870541c2256e06282cefb712481fe488887 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

# Put commands that should execute before the pckage is installed.

# Example: Just print a message
echo "preinst script running..."