diff --git a/debian/postinst b/debian/postinst new file mode 100644 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,3 @@ +#!/bin/bash +xdg-desktop-menu install --novendor /usr/share/serialplot/serialplot.desktop +xdg-icon-resource install --novendor --size 256 /usr/share/serialplot/serialplot.png \ No newline at end of file diff --git a/debian/postrm b/debian/postrm new file mode 100755 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,3 @@ +#!/bin/bash +xdg-desktop-menu uninstall --novendor serialplot.desktop +xdg-icon-resource uninstall --novendor --size 256 serialplot