jobcomm/simplescreenrecorder-qt4/simplescreenrecorder.install

16 lines
273 B
Plaintext

post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -f usr/share/icons/hicolor
ldconfig
echo "instead of the long name simplescreenrecorder, while on terminal, use jobo-ssr instead"
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}