diff options
author | Luca Corbatto | 2017-08-28 14:36:43 +0200 |
---|---|---|
committer | Luca Corbatto | 2017-08-28 14:40:47 +0200 |
commit | 3f3ae7fa54abfb5893fab2972ecae06f861576ff (patch) | |
tree | 52bbaabf63c4b604ea6d468ce6261fcc74a356a3 /UberSpatchBoard.install | |
download | aur-uberspatchboard-git.tar.gz |
Initial commit
Diffstat (limited to 'UberSpatchBoard.install')
-rw-r--r-- | UberSpatchBoard.install | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/UberSpatchBoard.install b/UberSpatchBoard.install new file mode 100644 index 000000000000..d9b58290d664 --- /dev/null +++ b/UberSpatchBoard.install @@ -0,0 +1,7 @@ +post_install() { + update-desktop-database +} + +post_upgrade() { + post_install +} |