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