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