post_install() {:#!/bin/bash# Link to the binaryln-sf'/opt/Vieb/vieb''/usr/bin/vieb'# SUID chrome-sandbox for Electron 5+chmod4755'/opt/Vieb/chrome-sandbox'|| true
update-mime-database/usr/share/mime || true
update-desktop-database/usr/share/applications || true
}
post_remove() {:#!/bin/bash# Delete the link to the binaryrm-f'/usr/bin/vieb'}