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.postinst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 debian/romtal-sistem-dondurma.postinst (limited to 'debian/romtal-sistem-dondurma.postinst') diff --git a/debian/romtal-sistem-dondurma.postinst b/debian/romtal-sistem-dondurma.postinst new file mode 100644 index 0000000..844c8d5 --- /dev/null +++ b/debian/romtal-sistem-dondurma.postinst @@ -0,0 +1,13 @@ +#!/bin/sh +set -e + +case "$1" in + configure) + dpkg-trigger update-initramfs;; + *) exit 0;; +esac + +#DEBHELPER# +exit 0 + +# vi: ts=4 noexpandtab -- cgit v1.2.3