mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-01 11:51:16 +02:00
8 lines
172 B
Bash
8 lines
172 B
Bash
#!/bin/sh
|
|
|
|
# post-upgrade script for zoneminder
|
|
# Copyright (c) 2013 Kaarle Ritvanen
|
|
|
|
sed -i 's/^\(ZM_VERSION=\).*/\1'$(cat /usr/share/zoneminder/version)/ \
|
|
/etc/zm.conf
|