summaryrefslogtreecommitdiff
path: root/debian/romtal-sistem-dondurma.postrm
diff options
context:
space:
mode:
authorSahan Yılmaz <[email protected]>2025-02-23 13:16:00 +0300
committerSahan Yılmaz <[email protected]>2025-02-23 13:16:00 +0300
commit0b4e3ed390b203ea48107ecd3011a5ae0f0a7668 (patch)
tree3578788d58c6b85565583dcd2ea00c67d3ab74c2 /debian/romtal-sistem-dondurma.postrm
parent6a4b9b0b467e7958d649cde62a875246fa390931 (diff)
first commit
Diffstat (limited to 'debian/romtal-sistem-dondurma.postrm')
-rw-r--r--debian/romtal-sistem-dondurma.postrm14
1 files changed, 14 insertions, 0 deletions
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
+