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