diff options
Diffstat (limited to 'community/scribus/install')
-rw-r--r-- | community/scribus/install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/scribus/install b/community/scribus/install deleted file mode 100644 index 8040f715b..000000000 --- a/community/scribus/install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |