summarylogtreecommitdiffstats
path: root/simplescreenrecorder-git.install
diff options
context:
space:
mode:
authorMaarten Baert2015-06-20 20:36:10 +0200
committerMaarten Baert2015-06-20 20:36:10 +0200
commita6f642697d69e9dced5e733fe0226173c6e1ea20 (patch)
tree43ba1cd150c9a93fac15249a12116c3f8620ee09 /simplescreenrecorder-git.install
downloadaur-a6f642697d69e9dced5e733fe0226173c6e1ea20.tar.gz
Updated package
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
+}