mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-23 23:47:04 -04: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
|