From 0b4e3ed390b203ea48107ecd3011a5ae0f0a7668 Mon Sep 17 00:00:00 2001 From: Sahan Yılmaz Date: Sun, 23 Feb 2025 13:16:00 +0300 Subject: first commit --- debian/romtal-sistem-dondurma/DEBIAN/postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 debian/romtal-sistem-dondurma/DEBIAN/postinst (limited to 'debian/romtal-sistem-dondurma/DEBIAN/postinst') diff --git a/debian/romtal-sistem-dondurma/DEBIAN/postinst b/debian/romtal-sistem-dondurma/DEBIAN/postinst new file mode 100755 index 0000000..ee0cf99 --- /dev/null +++ b/debian/romtal-sistem-dondurma/DEBIAN/postinst @@ -0,0 +1,13 @@ +#!/bin/sh +set -e + +case "$1" in + configure) + dpkg-trigger update-initramfs;; + *) exit 0;; +esac + + +exit 0 + +# vi: ts=4 noexpandtab -- cgit v1.2.3