summaryrefslogtreecommitdiff
path: root/simplescreenrecorder/simplescreenrecorder.install
diff options
context:
space:
mode:
authorsrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
committersrv <enmanuel.saravia.externo@pandero.com.pe>2025-05-05 15:29:27 -0500
commit81555e3bd23c74ce915d246ca51fa65d84c22ae7 (patch)
tree1ba136af6b87426d37d010866b5cdac110eaeaa8 /simplescreenrecorder/simplescreenrecorder.install
First commitdevelop
Diffstat (limited to 'simplescreenrecorder/simplescreenrecorder.install')
-rw-r--r--simplescreenrecorder/simplescreenrecorder.install9
1 files changed, 9 insertions, 0 deletions
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
+}