--- /dev/null
+/* XPM */
+static char * zoom_videocam_xpm[] = {
+"24 24 5 1",
+" c None",
+". c #2D8CFF",
+"+ c #469AFF",
+"@ c #E3F0FF",
+"# c #FFFFFF",
+" ................ ",
+" .................... ",
+" ...................... ",
+" ...................... ",
+"........................",
+"........................",
+"...##############...+...",
+"...##############..+@...",
+"...##############.+@#...",
+"...##############+@##...",
+"...##############@###...",
+"...##################...",
+"...##################...",
+"...##############@###...",
+"...##############+@##...",
+"...##############.+@#...",
+"...##############..+@...",
+"...##############...+...",
+"........................",
+"........................",
+" ...................... ",
+" ...................... ",
+" .................... ",
+" ................ "};
# The tarball doesn't contain an icon, so take a generic camera icon
# from https://github.com/google/material-design-icons, modified to be
# white on a blue background
- doicon "${FILESDIR}"/zoom-videocam.svg
+ doicon "${FILESDIR}"/zoom-videocam.{svg,xpm}
}
pkg_postinst() {