diff options
author | Stefan Husmann | 2015-08-23 18:01:52 +0200 |
---|---|---|
committer | Stefan Husmann | 2015-08-23 18:01:52 +0200 |
commit | 9150b4701d8cd07425b03543b349162aec559e2e (patch) | |
tree | f6bd52359d7a5dac275aead144dcfe1f2a2108be /uzbl.install | |
download | aur-9150b4701d8cd07425b03543b349162aec559e2e.tar.gz |
nitial upload
Diffstat (limited to 'uzbl.install')
-rw-r--r-- | uzbl.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/uzbl.install b/uzbl.install new file mode 100644 index 00000000000..1409a80a1e7 --- /dev/null +++ b/uzbl.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + update-desktop-database -q +} + +post_remove() { + update-desktop-database -q +}
\ No newline at end of file |