mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-01 18:41:37 -05:00
14 lines
111 B
Bash
14 lines
111 B
Bash
#!/bin/sh
|
|
# postinst script for motion
|
|
|
|
set -e
|
|
|
|
|
|
. /usr/share/debconf/confmodule
|
|
|
|
db_stop
|
|
|
|
#DEBHELPER#
|
|
|
|
exit 0
|