From 81555e3bd23c74ce915d246ca51fa65d84c22ae7 Mon Sep 17 00:00:00 2001 From: srv Date: Mon, 5 May 2025 15:29:27 -0500 Subject: First commit --- simplescreenrecorder/simplescreenrecorder.install | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 simplescreenrecorder/simplescreenrecorder.install (limited to 'simplescreenrecorder/simplescreenrecorder.install') diff --git a/simplescreenrecorder/simplescreenrecorder.install b/simplescreenrecorder/simplescreenrecorder.install new file mode 100644 index 0000000..3ced587 --- /dev/null +++ b/simplescreenrecorder/simplescreenrecorder.install @@ -0,0 +1,9 @@ +post_install() { + ldconfig +} +post_upgrade() { + post_install +} +post_remove() { + post_install +} -- cgit v1.2.3