diff options
Diffstat (limited to 'community-testing/djview4/install')
-rw-r--r-- | community-testing/djview4/install | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/community-testing/djview4/install b/community-testing/djview4/install deleted file mode 100644 index f2bd04ceb..000000000 --- a/community-testing/djview4/install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - if type xdg-icon-resource &>/dev/null; then - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - fi -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |