summaryrefslogtreecommitdiff
path: root/community/simplescreenrecorder/simplescreenrecorder.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/simplescreenrecorder/simplescreenrecorder.install')
-rw-r--r--community/simplescreenrecorder/simplescreenrecorder.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/simplescreenrecorder/simplescreenrecorder.install b/community/simplescreenrecorder/simplescreenrecorder.install
new file mode 100644
index 000000000..5fc896fdc
--- /dev/null
+++ b/community/simplescreenrecorder/simplescreenrecorder.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -f usr/share/icons/hicolor
+ ldconfig
+}
+post_upgrade() {
+ post_install
+}
+post_remove() {
+ post_install
+}