|
|
|
@ -76,7 +76,7 @@ uninstall:
|
|
|
|
done
|
|
|
|
done
|
|
|
|
@$(RM) "/usr/bin/${PKGNAME}"
|
|
|
|
@$(RM) "/usr/bin/${PKGNAME}"
|
|
|
|
@$(RM) "/usr/share/applications/${PKGNAME}.desktop"
|
|
|
|
@$(RM) "/usr/share/applications/${PKGNAME}.desktop"
|
|
|
|
@$(RM) "/usr/share/polkit-1/actions/org.freedesktop.policykit.${PKGNAME}.pkexec.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
|
|
|
|
@update-desktop-database --quiet 2>/dev/null
|
|
|
|
@update-desktop-database --quiet 2>/dev/null
|
|
|
|
@ -101,7 +101,7 @@ install: check uninstall
|
|
|
|
@install -Dm644 -t /usr/share/icons/hicolor/scalable/apps/ ${PKGNAME}.svg
|
|
|
|
@install -Dm644 -t /usr/share/icons/hicolor/scalable/apps/ ${PKGNAME}.svg
|
|
|
|
@install -Dm755 -t /usr/bin/ ${CMAKE_BUILD_DIR}/${PKGNAME}
|
|
|
|
@install -Dm755 -t /usr/bin/ ${CMAKE_BUILD_DIR}/${PKGNAME}
|
|
|
|
@install -Dm644 -t /usr/share/applications/ ${PKGNAME}.desktop
|
|
|
|
@install -Dm644 -t /usr/share/applications/ ${PKGNAME}.desktop
|
|
|
|
@install -Dm644 -t /usr/share/polkit-1/actions/ org.freedesktop.policykit.${PKGNAME}.pkexec.policy
|
|
|
|
@install -Dm644 -t /usr/share/polkit-1/actions/ ru.ublinux.pkexec.${PKGNAME}.exec.policy
|
|
|
|
@install -dm755 /usr/share/${PKGNAME}/{ui,images,reg}
|
|
|
|
@install -dm755 /usr/share/${PKGNAME}/{ui,images,reg}
|
|
|
|
@install -Dm644 -t /usr/share/${PKGNAME}/ui/ ${PKGNAME}.glade
|
|
|
|
@install -Dm644 -t /usr/share/${PKGNAME}/ui/ ${PKGNAME}.glade
|
|
|
|
@install -Dm644 -t /usr/share/${PKGNAME}/images/ ${PKGNAME}.svg
|
|
|
|
@install -Dm644 -t /usr/share/${PKGNAME}/images/ ${PKGNAME}.svg
|
|
|
|
|