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