diff options
Diffstat (limited to 'community/unetbootin/unetbootin.install')
-rw-r--r-- | community/unetbootin/unetbootin.install | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/community/unetbootin/unetbootin.install b/community/unetbootin/unetbootin.install deleted file mode 100644 index f95667aa4..000000000 --- a/community/unetbootin/unetbootin.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: |