diff options
Diffstat (limited to 'community/luminancehdr/luminancehdr.install')
-rw-r--r-- | community/luminancehdr/luminancehdr.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/luminancehdr/luminancehdr.install b/community/luminancehdr/luminancehdr.install deleted file mode 100644 index 279762804..000000000 --- a/community/luminancehdr/luminancehdr.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true - update-desktop-database -q -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |