summarylogtreecommitdiffstats
path: root/simplescreenrecorder-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'simplescreenrecorder-git.install')
-rw-r--r--simplescreenrecorder-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/simplescreenrecorder-git.install b/simplescreenrecorder-git.install
new file mode 100644
index 000000000000..5fc896fdc761
--- /dev/null
+++ b/simplescreenrecorder-git.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
+}