|
|
|
@ -82,9 +82,9 @@ uninstall:
|
|
|
|
@$(RM) "/usr/share/applications/${pkgname}.desktop"
|
|
|
|
@$(RM) "/usr/share/applications/${pkgname}.desktop"
|
|
|
|
@$(RM) "/usr/share/polkit-1/actions/ru.ublinux.pkexec.${pkgname}.exec.policy"
|
|
|
|
@$(RM) "/usr/share/polkit-1/actions/ru.ublinux.pkexec.${pkgname}.exec.policy"
|
|
|
|
@$(RM) -rd "/usr/share/${pkgname}"
|
|
|
|
@$(RM) -rd "/usr/share/${pkgname}"
|
|
|
|
@gtk-update-icon-cache -fiq /usr/share/icons/hicolor/ &>/dev/null
|
|
|
|
@gtk-update-icon-cache -fiq /usr/share/icons/hicolor/ &>/dev/null || true
|
|
|
|
@update-desktop-database --quiet 2>/dev/null
|
|
|
|
@update-desktop-database --quiet &>/dev/null || true
|
|
|
|
@touch /usr/share/applications
|
|
|
|
@touch /usr/share/applications &>/dev/null || true
|
|
|
|
@echo "Uninstall: OK"
|
|
|
|
@echo "Uninstall: OK"
|
|
|
|
|
|
|
|
|
|
|
|
install: check uninstall
|
|
|
|
install: check uninstall
|
|
|
|
|